shithub: choc

Download patch

ref: 663e27b891c796a76dde61f8a7b195b6dd228511
parent: 826068ca8f4b122dd54b7ca82253869fba4c6a5f
author: Samuel Villareal <svkaiser@gmail.com>
date: Mon Sep 20 20:12:07 EDT 2010

+ topo cheat added to am_map

Subversion-branch: /branches/strife-branch
Subversion-revision: 2126

--- a/src/strife/am_map.c
+++ b/src/strife/am_map.c
@@ -247,7 +247,7 @@
 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;