mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-10 02:00:05 -04:00
Replace "signed char" with "int8_t"
This commit is contained in:
@@ -28,7 +28,7 @@ typedef int32_t sint32;
|
||||
typedef unsigned short uint16;
|
||||
typedef signed short sint16;
|
||||
typedef uint8_t uint8;
|
||||
typedef signed char sint8;
|
||||
typedef int8_t sint8;
|
||||
|
||||
struct BitsEncoder {
|
||||
FILE *m_outFile; // var50 | offset 0x10
|
||||
|
||||
Reference in New Issue
Block a user