mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Remove const from fopAcM functions (#44)
This commit is contained in:
@@ -128,7 +128,7 @@ bool daObjYgush00_c::_execute() {
|
||||
fopAcM_seStartCurrent(this, 0x61fe, 0);
|
||||
}
|
||||
} else {
|
||||
mpGryw00 = (daObjGryw00_c*)i_fopAcM_SearchByName(PROC_Obj_Gryw00);
|
||||
mpGryw00 = (daObjGryw00_c*)fopAcM_SearchByName(PROC_Obj_Gryw00);
|
||||
}
|
||||
} else {
|
||||
fopAcM_seStartCurrent(this, 0x61fe, 0);
|
||||
|
||||
Reference in New Issue
Block a user