Use int8 instead of char.

Char is not guaranteed to be signed.
This commit is contained in:
Snesrev
2023-03-20 20:01:27 +01:00
parent 51ac35a65d
commit 7a29af4260
26 changed files with 532 additions and 532 deletions

View File

@@ -68,7 +68,7 @@ void LoadFXHeader(void) {
FxDef *v6;
FxDef *v8;
uint16 j;
char v10; // cf
int8 v10; // cf
FxDef *v12;
uint16 k;
FxDef *FxDef;