diff options
Diffstat (limited to 'game_config.h')
-rw-r--r-- | game_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/game_config.h b/game_config.h index 8609814..5094cf8 100644 --- a/game_config.h +++ b/game_config.h @@ -17,4 +17,7 @@ #define mbmp_w (map_width * map_tile_size) #define mbmp_h (map_height * map_tile_size) +#define gmemory_max 100 +#define gmemory_units 10 + #endif |