diff options
-rw-r--r-- | src/strife/am_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/am_map.c b/src/strife/am_map.c index c22a41ee..42eb8f1e 100644 --- a/src/strife/am_map.c +++ b/src/strife/am_map.c @@ -247,7 +247,7 @@ static int markpointnum = 0; // next point to be assigned static int mapmarknum = 0; // villsa [STRIFE] unused but this was meant to be used for objective based markers static int followplayer = 1; // specifies whether to follow the player around -cheatseq_t cheat_amap = CHEAT("iddt", 0); +cheatseq_t cheat_amap = CHEAT("topo", 0); // villsa [STRIFE] static boolean stopped = true; |