Renamed monster files to creatures

This commit is contained in:
2016-03-21 19:28:49 +11:00
parent fd11f4e0e6
commit a86a41ad46
14 changed files with 7 additions and 3 deletions
+1
View File
@@ -177,6 +177,7 @@ void pumpAndChangeRooms(int characterIndex, int newRoomIndex) {
pumpAndChangeRooms(character, newRoomIndex, characterIndex);
}
//TODO: (0) refactor this
void pumpAndChangeRooms(CharacterData* const characterData, int newRoomIndex, int characterIndex) {
//delete from the old room
CharacterPacket newPacket;