Fix more addresses and components
This commit is contained in:
parent
4289d692a7
commit
2872dbf6a2
@ -33,5 +33,5 @@ namespace intro
|
||||
}
|
||||
|
||||
#ifdef DEV_BUILD
|
||||
REGISTER_COMPONENT(intro::component)
|
||||
REGISTER_COMPONENT_WORKING(intro::component)
|
||||
#endif
|
||||
|
@ -6,7 +6,7 @@ namespace game
|
||||
{
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user