summaryrefslogtreecommitdiff
path: root/src/strife/am_map.c
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-21 00:12:07 +0000
committerSamuel Villareal2010-09-21 00:12:07 +0000
commit663e27b891c796a76dde61f8a7b195b6dd228511 (patch)
treeaa73d99c99047b753a1c8585f832648264c7ead3 /src/strife/am_map.c
parent826068ca8f4b122dd54b7ca82253869fba4c6a5f (diff)
downloadchocolate-doom-663e27b891c796a76dde61f8a7b195b6dd228511.tar.gz
chocolate-doom-663e27b891c796a76dde61f8a7b195b6dd228511.tar.bz2
chocolate-doom-663e27b891c796a76dde61f8a7b195b6dd228511.zip
+ topo cheat added to am_map
Subversion-branch: /branches/strife-branch Subversion-revision: 2126
Diffstat (limited to 'src/strife/am_map.c')
-rw-r--r--src/strife/am_map.c2
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;