mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
49ab0eb6e9
commit
f39c4306ec
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue