Fix SHOW MAP ON/OFF message in the game.

git-svn-id: https://svn.eduke32.com/eduke32@2845 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-07-20 21:57:59 +00:00
parent 49ab0eb6e9
commit f39c4306ec
1 changed files with 1 additions and 1 deletions

View File

@ -7336,7 +7336,7 @@ FOUNDCHEAT:
for (i=0; i<(MAXWALLS>>3); i++)
show2dwall[i] = ud.showallmap*255;
P_DoQuote(ud.showallmap ? QUOTE_SHOW_MAP_ON : QUOTE_SHOW_MAP_ON,
P_DoQuote(ud.showallmap ? QUOTE_SHOW_MAP_ON : QUOTE_SHOW_MAP_OFF,
g_player[myconnectindex].ps);
end_cheat();