mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Use SDL_Keycode to store the ogel cheat code
This commit is contained in:
parent
2138d40821
commit
975e2ce54f
@ -109,10 +109,17 @@ MxU32 g_switchAct = FALSE;
|
|||||||
LegoAnimationManager::PlayMode g_unk0x100f66bc = LegoAnimationManager::e_unk2;
|
LegoAnimationManager::PlayMode g_unk0x100f66bc = LegoAnimationManager::e_unk2;
|
||||||
|
|
||||||
// GLOBAL: LEGO1 0x100f66c0
|
// GLOBAL: LEGO1 0x100f66c0
|
||||||
char g_debugPassword[] = "OGEL";
|
SDL_Keycode g_debugPassword[] = {
|
||||||
|
// "OGEL"
|
||||||
|
SDLK_O,
|
||||||
|
SDLK_G,
|
||||||
|
SDLK_E,
|
||||||
|
SDLK_L,
|
||||||
|
0,
|
||||||
|
};
|
||||||
|
|
||||||
// GLOBAL: LEGO1 0x100f66c8
|
// GLOBAL: LEGO1 0x100f66c8
|
||||||
char* g_currentInput = g_debugPassword;
|
SDL_Keycode* g_currentInput = g_debugPassword;
|
||||||
|
|
||||||
// GLOBAL: LEGO1 0x100f66cc
|
// GLOBAL: LEGO1 0x100f66cc
|
||||||
MxS32 g_nextCharacter = -1;
|
MxS32 g_nextCharacter = -1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user