summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-31 14:18:08 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-31 14:18:08 +0300
commit8f52bfee633b4aa2f7e49c1e16428d8f1c03fcfc (patch)
treea085aa87be20d1355f1aceaead205d6005b513e0 /src/text.h
parentb637ace3685fb35e7de7c4e7cdae0638c80cd45a (diff)
downloadplus-8f52bfee633b4aa2f7e49c1e16428d8f1c03fcfc.tar.gz
plus-8f52bfee633b4aa2f7e49c1e16428d8f1c03fcfc.tar.bz2
plus-8f52bfee633b4aa2f7e49c1e16428d8f1c03fcfc.tar.xz
plus-8f52bfee633b4aa2f7e49c1e16428d8f1c03fcfc.zip
Add option to move player names (disabled by default).
In old implimentation names was always moved.
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.h b/src/text.h
index ff9b4145b..b0ea29c03 100644
--- a/src/text.h
+++ b/src/text.h
@@ -62,7 +62,7 @@ class Text
/**
* Allows the originator of the text to specify the ideal coordinates.
*/
- void adviseXY(const int x, const int y);
+ void adviseXY(const int x, const int y, const bool move);
/**
* Draws the text.