diff options
-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 |