Fix more addresses and components

This commit is contained in:
momo5502 2023-03-05 10:39:12 +01:00
parent 4289d692a7
commit 2872dbf6a2
2 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@ namespace intro
} }
#ifdef DEV_BUILD #ifdef DEV_BUILD
REGISTER_COMPONENT(intro::component) REGISTER_COMPONENT_WORKING(intro::component)
#endif #endif

View File

@ -6,7 +6,7 @@ namespace game
{ {
eModes Com_SessionMode_GetMode() eModes Com_SessionMode_GetMode()
{ {
return eModes(*reinterpret_cast<uint32_t*>(game::select(0x1568EF7F4, 0x14948DB04)) << 28 >> 28); return eModes(*reinterpret_cast<uint32_t*>(game::select(0x1568ED7F4, 0x14948DB04)) << 28 >> 28);
} }
bool I_islower(int c) bool I_islower(int c)