mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- Cleaned up win32/i_system.cpp.
- Put back the previous event-driven ticker, except now the timer isn't started until the first time it is needed. SVN r1975 (trunk)
This commit is contained in:
parent
f09420fce7
commit
a0e7cdb73d
2 changed files with 552 additions and 199 deletions
|
@ -1,3 +1,8 @@
|
|||
November 12, 2009
|
||||
- Cleaned up win32/i_system.cpp.
|
||||
- Put back the previous event-driven ticker, except now the timer isn't
|
||||
started until the first time it is needed.
|
||||
|
||||
November 11, 2009
|
||||
- Modified the event-driven ticks to use the same code for calculating the
|
||||
time as the polled timer so that the timer does not start running until the
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue