This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
openmw-tes3mp
mirror of
https://github.com/TES3MP/openmw-tes3mp.git
Watch
1
Star
0
Fork
You've already forked openmw-tes3mp
1
Code
Issues
Releases
Wiki
Activity
[Server] Allow timers callbacks to restart timers
Browse Source
pull/249/merge
Koncord
8 years ago
parent
d82ed7d0ad
commit
31adb5d715
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
apps/openmw-mp/Script/API/TimerAPI.cpp
Unescape
Escape
View File
@ -44,8 +44,8 @@ void Timer::Tick()
if
(
time
-
startTime
>
=
targetMsec
)
{
Call
(
args
)
;
end
=
true
;
Call
(
args
)
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
mirror/openmw-tes3mp
Title
Body
Create Issue