Keyboard now works, exit the game doesn't crash, feedback audio no longer plays the wrong audio.

This commit is contained in:
Justin Marshall
2020-06-04 14:19:12 -07:00
parent 5f0ca2d192
commit fa3493dd30
7 changed files with 43 additions and 38 deletions
+5
View File
@@ -1340,6 +1340,11 @@ void SidebarClass::StripClass::Reload_LogoShapes(void)
if(PlayerPtr) {
houseloaded = PlayerPtr->ActLike;
}
// jmarshall
if (houseloaded >= HOUSE_BAD)
return;
// jmarshall end
LogoShapes = (void*)MFCD::Retrieve(stripnames[houseloaded]);
}