diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-25 11:59:43 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-25 11:59:43 +0000 |
commit | 4c7a19f8bcef09f06a542ef33e65a31a5b3b553c (patch) | |
tree | de9384631a9e19d363b1e524c9260b0ebc012d45 /src | |
parent | 8c6d13d14f3108bd6e1135b25831041b51fc397c (diff) | |
download | mana-4c7a19f8bcef09f06a542ef33e65a31a5b3b553c.tar.gz mana-4c7a19f8bcef09f06a542ef33e65a31a5b3b553c.tar.bz2 mana-4c7a19f8bcef09f06a542ef33e65a31a5b3b553c.tar.xz mana-4c7a19f8bcef09f06a542ef33e65a31a5b3b553c.zip |
I bet those coordinates were annoying.
Diffstat (limited to 'src')
-rw-r--r-- | src/graphic/graphic.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp index ee9d9cae..0fe36ae5 100644 --- a/src/graphic/graphic.cpp +++ b/src/graphic/graphic.cpp @@ -360,11 +360,13 @@ void do_graphic(void) { } } + /* textprintf_centre_ex(vbuffer, font, node->text_x + 45, node->text_y + 55, node->speech_color, -1, "(%d,%d)", x, y); + */ } else if (node->job == 45) { // Draw a warp } else { // Draw a monster |