diff options
Diffstat (limited to 'src/strife/st_stuff.c')
-rw-r--r-- | src/strife/st_stuff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strife/st_stuff.c b/src/strife/st_stuff.c index 1811ddfa..314962c2 100644 --- a/src/strife/st_stuff.c +++ b/src/strife/st_stuff.c @@ -556,8 +556,8 @@ boolean ST_Responder(event_t* ev) // STRIFE-TODO: "dev" cheat - is this the "DOTS" cheat? else if (cht_CheckCheat(&cheat_dev, ev->data2)) { - debugmode = !debugmode; - if (debugmode) + devparm = !devparm; + if (devparm) plyr->message = DEH_String("devparm ON"); else plyr->message = DEH_String("devparm OFF"); |