summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound.cpp')
-rw-r--r--src/sound/sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp
index 5965c50..5b8f469 100644
--- a/src/sound/sound.cpp
+++ b/src/sound/sound.cpp
@@ -35,8 +35,8 @@
/////////////////////////////////////////////////////////////////////////////
-#define LXIMAGE 640
-#define LYIMAGE 480
+const int LXIMAGE = 640;
+const int LYIMAGE = 480;