summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map.c b/src/map.c
index 61c23a6..8e32da6 100644
--- a/src/map.c
+++ b/src/map.c
@@ -86,6 +86,9 @@ static void loadroom(tt_room *r, FILE *f)
ttplayer.money = 0;
ttplayer.keys = 0;
ttplayer.the_key = 0;
+ ttplayer.lenin_pos = 32 * 9;
+ ttplayer.zhiv_lenin = 0;
+ ttplayer.lenin_rem = 0;
ttplayer.variant = 0;
ttplayer.tobein_gulag = 0;
ttplayer.until_gulag = 5300;