mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +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;
|
||||
|
||||
case PCD_SINGLEPLAYER:
|
||||
PushToStack (!netgame);
|
||||
PushToStack (!multiplayer);
|
||||
break;
|
||||
// [BC] End ST PCD's
|
||||
|
||||
|
|
Loading…
Reference in a new issue