mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Don't display QUOTE_F1HELP on Android when starting a new game with the shareware version.
git-svn-id: https://svn.eduke32.com/eduke32@4612 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c97d01111a
commit
f4a8cdfa28
1 changed files with 2 additions and 0 deletions
|
@ -1945,8 +1945,10 @@ int32_t G_EnterLevel(int32_t g)
|
||||||
if ((ud.recstat == 1) && (g&MODE_RESTART) != MODE_RESTART)
|
if ((ud.recstat == 1) && (g&MODE_RESTART) != MODE_RESTART)
|
||||||
G_OpenDemoWrite();
|
G_OpenDemoWrite();
|
||||||
|
|
||||||
|
#ifndef __ANDROID__
|
||||||
if (VOLUMEONE && ud.level_number == 0 && ud.recstat != 2)
|
if (VOLUMEONE && ud.level_number == 0 && ud.recstat != 2)
|
||||||
P_DoQuote(QUOTE_F1HELP,g_player[myconnectindex].ps);
|
P_DoQuote(QUOTE_F1HELP,g_player[myconnectindex].ps);
|
||||||
|
#endif
|
||||||
|
|
||||||
for (TRAVERSE_CONNECT(i))
|
for (TRAVERSE_CONNECT(i))
|
||||||
switch (DYNAMICTILEMAP(sector[sprite[g_player[i].ps->i].sectnum].floorpicnum))
|
switch (DYNAMICTILEMAP(sector[sprite[g_player[i].ps->i].sectnum].floorpicnum))
|
||||||
|
|
Loading…
Reference in a new issue