summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-07-03 20:52:16 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-07-03 20:52:16 +0000
commitde8b695c863576f10cfeb02c38b8980ec5dd019e (patch)
tree61f42644fd6adcaccbaf9efb42212afd09abac0e
parent24d6018cd908b95825e861a5c9df134060ff9286 (diff)
downloadmana-client-de8b695c863576f10cfeb02c38b8980ec5dd019e.tar.gz
mana-client-de8b695c863576f10cfeb02c38b8980ec5dd019e.tar.bz2
mana-client-de8b695c863576f10cfeb02c38b8980ec5dd019e.tar.xz
mana-client-de8b695c863576f10cfeb02c38b8980ec5dd019e.zip
Working with maps
-rw-r--r--The Mana World.dev2
-rw-r--r--src/engine.cpp1
-rw-r--r--src/engine.h1
3 files changed, 1 insertions, 3 deletions
diff --git a/The Mana World.dev b/The Mana World.dev
index a4bc155b..942051e4 100644
--- a/The Mana World.dev
+++ b/The Mana World.dev
@@ -11,7 +11,7 @@ PrivateResource=The_Mana_World_private.rc
ResourceIncludes=
MakeIncludes=
Compiler=-Dmain=SDL_main_@@_
-CppCompiler=-funroll-loops_@@_-ffast-math_@@_-fomit-frame-pointer_@@_-pipe_@@_
+CppCompiler=-funroll-loops_@@_-ffast-math_@@_-fomit-frame-pointer_@@_-pipe_@@_-DUSE_OPENGL_@@_
Linker=-lguichan_@@_-lguichan_sdl_@@_-lguichan_opengl_@@_-lwsock32_@@_-lSDL_image_@@_-lSDL_mixer_@@_-lmingw32_@@_-lSDLmain_@@_-lSDL_@@_-llibxml2_@@_-lopengl32_@@_-lz_@@_-lphysfs_@@_
IsCpp=1
Icon=The Mana World.ico
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;