summaryrefslogtreecommitdiff
path: root/src/include/data_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/data_ini.h')
-rw-r--r--src/include/data_ini.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/data_ini.h b/src/include/data_ini.h
index 381943a..1f93caf 100644
--- a/src/include/data_ini.h
+++ b/src/include/data_ini.h
@@ -3,8 +3,8 @@
#include <SDL_stdinc.h>
-#define LEVEL_WIDTH 1664
-#define LEVEL_HEIGHT 160
+#define LEVEL_WIDTH (1664*2)
+#define LEVEL_HEIGHT (160*2)
#define MAX_NAMELEN 64
@@ -37,8 +37,8 @@ struct levelIni {
int superLemming;
int objectCount, terrainCount, steelCount;
struct levelItem objects[MAX_OBJECTS_COUNT];
- struct levelItem terrains[MAX_OBJECTS_COUNT];
- struct levelItem steels[MAX_OBJECTS_COUNT];
+ struct levelItem terrains[MAX_TERRAINS_COUNT];
+ struct levelItem steels[MAX_STEELS_COUNT];
};