mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 16:07:40 +00:00
- Fixed ACS Singleplayer for non-net multiplayer.
This commit is contained in:
parent
8cf150e68a
commit
de55d693f9
1 changed files with 1 additions and 1 deletions
|
@ -8130,7 +8130,7 @@ scriptwait:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case PCD_SINGLEPLAYER:
|
case PCD_SINGLEPLAYER:
|
||||||
PushToStack (!netgame);
|
PushToStack (!multiplayer);
|
||||||
break;
|
break;
|
||||||
// [BC] End ST PCD's
|
// [BC] End ST PCD's
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue