mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- Blood fixes for changes in timer and mouse input interface-
This commit is contained in:
parent
94cfcb4fbd
commit
afe5128c70
7 changed files with 60 additions and 58 deletions
|
@ -131,6 +131,7 @@ public:
|
|||
|
||||
explicit operator uint32_t() const { return wholeTicks; };
|
||||
explicit operator int32_t() const { return wholeTicks; };
|
||||
int32_t Ticks() const { return wholeTicks; }
|
||||
|
||||
private:
|
||||
//POGO: wholeTicks must be first in member-order to ensure the address of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue