diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game.c | 2 | ||||
-rw-r--r-- | src/map.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ #include "globals.h" #include "map.h" #include <SDL2/SDL.h> -#include <stdio.h> #include <math.h> +#include <stdio.h> int magic = 0; int lenin_size = 0; @@ -287,7 +287,7 @@ static void loadroom(tt_room *r, FILE *f) b->txrcol = id; b->anim = 4; b->rate = 100 + (rand() % 50 - 25); - b->collision_act = /*colact_gulag*/ 0; + b->collision_act = colact_gulag; b->isdoor = 0; } } |