mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 13:35:35 -04:00
More pointer truncation & implicit conversion fixes
This commit is contained in:
@@ -255,7 +255,7 @@ int daObj_Sekizoa_c::CreateHeap() {
|
||||
}
|
||||
if (mType == TYPE_6) {
|
||||
int success_create = mInvModel.create(mpMorf[0]->getModel(), 1);
|
||||
if (success_create == NULL) {
|
||||
if (success_create == 0) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user