mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-13 22:42:07 +00:00
Fixed applying of unsafe context in waiting command
https://forum.zdoom.org/viewtopic.php?t=59947
This commit is contained in:
parent
e89a598b31
commit
75a65873e7
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ void DWaitingCommand::Tick ()
|
|||
{
|
||||
if (--TicsLeft == 0)
|
||||
{
|
||||
UnsafeExecutionScope scope;
|
||||
UnsafeExecutionScope scope(IsUnsafe);
|
||||
AddCommandString (Command);
|
||||
Destroy ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue