mirror of
https://github.com/zeldaret/tp
synced 2026-06-26 02:14:43 -04:00
Resolve all gameInfo fakematches (#2995)
* Clean up various inlines/fakematches/comments * Copy OptRuby inline name from TWW debug * Resolve all dEvt_control_c related fakematches, return pointer instead of reference * Fix some more missing inline usages
This commit is contained in:
@@ -64,7 +64,7 @@ int dCamera_c::EndEventCamera(int param_1) {
|
||||
clrFlag(0x20000000);
|
||||
mEventData.field_0x0 = 1;
|
||||
|
||||
if (dComIfGp_getEvent().runCheck()) {
|
||||
if (dComIfGp_getEvent()->runCheck()) {
|
||||
dComIfGp_getEventManager().setCameraPlay(2);
|
||||
}
|
||||
|
||||
@@ -1845,7 +1845,7 @@ bool dCamera_c::talktoEvCamera() {
|
||||
bool dCamera_c::maptoolIdEvCamera() {
|
||||
if (mCurCamStyleTimer == 0) {
|
||||
int id;
|
||||
getEvIntData(&id, "ID", g_dComIfG_gameInfo.play.getEvent().getMapToolId());
|
||||
getEvIntData(&id, "ID", g_dComIfG_gameInfo.play.getEvent()->getMapToolId());
|
||||
|
||||
mEventData.field_0x8 = 0;
|
||||
field_0x160 = 0;
|
||||
|
||||
Reference in New Issue
Block a user