mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 17:00:29 +02:00
Keyboard now works, exit the game doesn't crash, feedback audio no longer plays the wrong audio.
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user