diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/engine.cpp | 1 | ||||
-rw-r--r-- | src/engine.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/engine.cpp b/src/engine.cpp index a7317708..c4b8e587 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -37,7 +37,6 @@ char itemCurrenyQ[10] = "0"; int map_x, map_y, camera_x, camera_y; -//char npc_button[10] = "Close"; gcn::Label *debugInfo; diff --git a/src/engine.h b/src/engine.h index eb99237e..6934dcf2 100644 --- a/src/engine.h +++ b/src/engine.h @@ -49,7 +49,6 @@ #include "graphic/spriteset.h" extern int map_x, map_y, camera_x, camera_y; -//extern char npc_button[10]; extern ChatWindow *chatWindow; extern StatusWindow *statusWindow; |