mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 10:40:47 +00:00
Make -testlua accepted (but ignored) in non-Lunatic build.
So that it doesn't result in the -t (respawn on) command line switch. git-svn-id: https://svn.eduke32.com/eduke32@3586 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
61f501c3fc
commit
271bb545ec
1 changed files with 2 additions and 2 deletions
|
@ -9008,15 +9008,15 @@ static void G_CheckCommandLine(int32_t argc, const char **argv)
|
|||
i++;
|
||||
continue;
|
||||
}
|
||||
#ifdef LUNATIC
|
||||
if (!Bstrcasecmp(c+1,"testlua"))
|
||||
{
|
||||
#ifdef LUNATIC
|
||||
extern int32_t g_testLua;
|
||||
g_testLua = 1;
|
||||
#endif
|
||||
i++;
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
#if !defined(_WIN32)
|
||||
if (!Bstrcasecmp(c+1,"usecwd"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue