mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Derp
git-svn-id: https://svn.eduke32.com/eduke32@6301 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
bb75d0fbde
commit
1568cabdce
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ int32_t g_fakeMultiMode = 0;
|
|||
|
||||
void G_ShowParameterHelp(void)
|
||||
{
|
||||
const char *s = "Usage: " APPBASENAME " [files] [options]\n"
|
||||
static char const s[] = "Usage: " APPBASENAME " [files] [options]\n"
|
||||
"Example: " APPBASENAME " -usecwd -cfg myconfig.cfg -map nukeland.map\n\n"
|
||||
"Files can be of type [grp|zip|map|con|def]\n"
|
||||
"\n"
|
||||
|
@ -95,7 +95,7 @@ void G_ShowParameterHelp(void)
|
|||
|
||||
void G_ShowDebugHelp(void)
|
||||
{
|
||||
const char *s = "Usage: " APPBASENAME " [files] [options]\n"
|
||||
static char const s[] = "Usage: " APPBASENAME " [files] [options]\n"
|
||||
"\n"
|
||||
#if 0
|
||||
"-a\t\tUse fake player AI (fake multiplayer only)\n"
|
||||
|
|
Loading…
Reference in a new issue