Refactoring

This commit is contained in:
elasota
2020-06-01 00:38:24 -04:00
parent 6fe0f2d964
commit eac923c475
9 changed files with 171 additions and 173 deletions

View File

@@ -42,7 +42,7 @@ void SaveGame2 (void)
PortabilityLayer::InputManager::GetInstance()->ClearState();
Str255 gameNameStr;
Size byteCount;
size_t byteCount;
houseType *thisHousePtr;
roomType *srcRoom;
savedRoom *destRoom;