diff options
Diffstat (limited to 'src/cheat_gui.cpp')
-rw-r--r-- | src/cheat_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cheat_gui.cpp b/src/cheat_gui.cpp index b88a9355c..73d19a131 100644 --- a/src/cheat_gui.cpp +++ b/src/cheat_gui.cpp @@ -360,7 +360,7 @@ struct CheatWindow : Window { if (value != oldvalue) WriteValue(ce->variable, ce->type, (int64)value); - this->flags4 |= WF_TIMEOUT_BEGIN; + this->SetTimeout(); this->SetDirty(); } |