raze/source/games/duke
Christoph Oelckers 88d421300a - made DukeActor::timetosleep unsigned.
Although mostly theoretical it is possible for this to overflow and render the actor non-functional.
If the value is unsigned the overflow will wrap around to 0 which is not critical.
2022-10-30 16:51:37 +01:00
..
src - made DukeActor::timetosleep unsigned. 2022-10-30 16:51:37 +01:00
all.cpp - moved all VM exports to their own file. 2022-01-26 23:35:46 +01:00
all_d.cpp - moved all font setup out of the C++ code. 2021-05-31 21:20:31 +02:00
all_r.cpp - moved all font setup out of the C++ code. 2021-05-31 21:20:31 +02:00