mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 00:03:54 -04:00
Fix multiple classes being inappropriately zero-initialized via JKR_NEW* (#70)
This might also fix #71 and #72.
This commit is contained in:
@@ -234,7 +234,7 @@ static int dOvlpFd2_Delete(dOvlpFd2_c* i_this) {
|
||||
}
|
||||
|
||||
static int dOvlpFd2_Create(void* i_this) {
|
||||
JKR_NEW_ARGS (i_this) dOvlpFd2_c();
|
||||
JKR_NEW_ARGS (i_this) dOvlpFd2_c;
|
||||
return cPhs_COMPLEATE_e;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user