diff options
Diffstat (limited to 'src/control/Record.h')
-rw-r--r-- | src/control/Record.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control/Record.h b/src/control/Record.h index 97a9663d..2b904d1d 100644 --- a/src/control/Record.h +++ b/src/control/Record.h @@ -3,11 +3,11 @@ class CRecordDataForGame { public: - static UInt16 &RecordingState; + static uint16 &RecordingState; }; class CRecordDataForChase { public: - static UInt8 &Status; + static uint8 &Status; }; |