mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 00:03:54 -04:00
More -Wpointer-arith fixes
This commit is contained in:
+1
-1
@@ -554,7 +554,7 @@ static int phase_3(dScnPly_c* i_this) {
|
||||
return cPhs_INIT_e;
|
||||
}
|
||||
|
||||
if (!i_this->field_0x1d0 == NULL && !i_this->field_0x1d0->sync()) {
|
||||
if (i_this->field_0x1d0 != NULL && !i_this->field_0x1d0->sync()) {
|
||||
return cPhs_INIT_e;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user