foxygit / doom Log in
commit 663e27b891c796a76dde61f8a7b195b6dd228511
Author:     Samuel Villareal <svkaiser@gmail.com>
AuthorDate: Tue Sep 21 00:12:07 2010 +0000
Commit:     Samuel Villareal <svkaiser@gmail.com>
CommitDate: Tue Sep 21 00:12:07 2010 +0000

    + topo cheat added to am_map

    Subversion-branch: /branches/strife-branch
    Subversion-revision: 2126
---
 src/strife/am_map.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;