mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Whitespace
git-svn-id: https://svn.eduke32.com/eduke32@303 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ec89d845aa
commit
a4c411d637
1 changed files with 3 additions and 3 deletions
|
@ -7696,7 +7696,7 @@ void comlinehelp(char **argv)
|
|||
"-usecwd\t\tRead game data and configuration file from working directory\n"
|
||||
#endif
|
||||
"-condebug, -z#\tLine-by-line CON compilation debugging"
|
||||
;
|
||||
;
|
||||
wm_msgbox(apptitle,s);
|
||||
}
|
||||
|
||||
|
@ -10511,8 +10511,8 @@ char domovethings(void)
|
|||
}
|
||||
|
||||
|
||||
if(sprite[ps[i].i].pal != 1)
|
||||
sprite[ps[i].i].pal = ud.pcolor[i];
|
||||
if(sprite[ps[i].i].pal != 1)
|
||||
sprite[ps[i].i].pal = ud.pcolor[i];
|
||||
|
||||
cheatkeys(i);
|
||||
|
||||
|
|
Loading…
Reference in a new issue