mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +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"
|
"-usecwd\t\tRead game data and configuration file from working directory\n"
|
||||||
#endif
|
#endif
|
||||||
"-condebug, -z#\tLine-by-line CON compilation debugging"
|
"-condebug, -z#\tLine-by-line CON compilation debugging"
|
||||||
;
|
;
|
||||||
wm_msgbox(apptitle,s);
|
wm_msgbox(apptitle,s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10511,8 +10511,8 @@ char domovethings(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if(sprite[ps[i].i].pal != 1)
|
if(sprite[ps[i].i].pal != 1)
|
||||||
sprite[ps[i].i].pal = ud.pcolor[i];
|
sprite[ps[i].i].pal = ud.pcolor[i];
|
||||||
|
|
||||||
cheatkeys(i);
|
cheatkeys(i);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue