forked from teamnwah/openmw-tes3coop
[Server] Fix uninitialized variable
This commit is contained in:
parent
3b865244d0
commit
69436714f9
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ Timer::Timer(sol::environment &env, sol::function &callback, long msec, sol::tab
|
|||
LOG_MESSAGE_SIMPLE(Log::LOG_TRACE, "Timer::Timer()");
|
||||
targetMsec = msec;
|
||||
end = true;
|
||||
markedToDelete = false;
|
||||
}
|
||||
|
||||
Timer::~Timer()
|
||||
|
|
Loading…
Reference in a new issue