address variaty of compiler warnings and code documentation

This commit is contained in:
Banjo Kazooie
2022-12-03 01:30:35 -06:00
parent 263b5bab4e
commit 1c063c781c
211 changed files with 1341 additions and 1323 deletions

View File

@@ -37,7 +37,7 @@ void mapSavestate_defrag_all(void){
int i;
for(i = 0; i < 0x9A; i++){
if(D_8037E650[i]){
D_8037E650[i] = defrag(D_8037E650[i]);
D_8037E650[i] = (MapSavestate *)defrag(D_8037E650[i]);
}
}
}