Commit MetaInfo

Révision7f16815aeba39255d68328fab7d204ced51bbbad (tree)
l'heure2018-03-26 04:38:38
Auteuralexey.lysiuk <alexey.lysiuk@gmai...>
Commiteralexey.lysiuk

Message de Log

Fixed applying of unsafe context in waiting command

https://forum.zdoom.org/viewtopic.php?t=59947

Change Summary

Modification

diff -r 03b4b300c941 -r 7f16815aeba3 src/c_dispatch.cpp
--- a/src/c_dispatch.cpp Sat May 14 11:32:56 2022 -0400
+++ b/src/c_dispatch.cpp Sun Mar 25 22:38:38 2018 +0300
@@ -261,7 +261,7 @@
261261 {
262262 if (--TicsLeft == 0)
263263 {
264- UnsafeExecutionScope scope;
264+ UnsafeExecutionScope scope(IsUnsafe);
265265 AddCommandString (Command);
266266 Destroy ();
267267 }
Afficher sur ancien navigateur de dépôt.