mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
- SW: renamed all unsigned chars to uint8_t
Also deletes some unused declarations
This commit is contained in:
parent
4f493d3de1
commit
b878bf8aac
7 changed files with 26 additions and 40 deletions
|
@ -124,7 +124,7 @@ bool ToggleFlyMode = false;
|
|||
|
||||
extern bool DebugOperate;
|
||||
|
||||
//unsigned char synctics, lastsynctics;
|
||||
//uint8_t synctics, lastsynctics;
|
||||
|
||||
int ChopTics;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue