mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 12:37:18 -04:00
More -Wpointer-arith fixes
This commit is contained in:
+1
-1
@@ -10131,7 +10131,7 @@ bool dCamera_c::eventCamera(s32 param_0) {
|
||||
}
|
||||
|
||||
int* sp90_i;
|
||||
if (getEvStringData(sp90, "Trim", "DEFAULT") != NULL) {
|
||||
if (getEvStringData(sp90, "Trim", "DEFAULT") != false) {
|
||||
sp90_i = (int*)sp90;
|
||||
if (*sp90_i == 'STAN') {
|
||||
mEventData.field_0x1c = 0;
|
||||
|
||||
Reference in New Issue
Block a user