raze/source/games
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
..
blood - added a GZDoom-style alternative HUD. 2022-10-30 16:51:37 +01:00
duke - made DukeActor::timetosleep unsigned. 2022-10-30 16:51:37 +01:00
exhumed - another bunch of type conversion warnings fixed. 2022-10-30 16:51:35 +01:00
sw - made AnimSet's vel parameter an actual double. 2022-10-30 16:51:36 +01:00