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:
@@ -566,6 +566,9 @@ KeyNumType GadgetClass::Input(void)
|
||||
flags = RIGHTRELEASE;
|
||||
}
|
||||
break;
|
||||
case SDL_KEYDOWN:
|
||||
Keyboard->Put_Element(event.key.keysym.sym);
|
||||
break;
|
||||
}
|
||||
}
|
||||
// jmarshall end
|
||||
|
||||
Reference in New Issue
Block a user