diff options
Diffstat (limited to '')
-rw-r--r-- | LuaSL/src/LuaSL.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h index 9055ca8..d1f448e 100644 --- a/LuaSL/src/LuaSL.h +++ b/LuaSL/src/LuaSL.h | |||
@@ -26,8 +26,8 @@ typedef struct _gameGlobals gameGlobals; // Define this here, so LuaSL_threads.h | |||
26 | #include "LumbrJack.h" | 26 | #include "LumbrJack.h" |
27 | 27 | ||
28 | 28 | ||
29 | #define WIDTH (1024) | 29 | #define WIDTH (512) |
30 | #define HEIGHT (768) | 30 | #define HEIGHT (384) |
31 | 31 | ||
32 | 32 | ||
33 | #define TABLE_WIDTH 7 | 33 | #define TABLE_WIDTH 7 |