summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game.c2
-rw-r--r--src/map.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/game.c b/src/game.c
index 1d5e2d6..0b9edc0 100644
--- a/src/game.c
+++ b/src/game.c
@@ -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;
diff --git a/src/map.c b/src/map.c
index d602e29..60bc0fc 100644
--- a/src/map.c
+++ b/src/map.c
@@ -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;
}
}