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:
@@ -252,7 +252,7 @@ static int dOvlpFd3_Delete(dOvlpFd3_c* i_this) {
|
||||
}
|
||||
|
||||
static int dOvlpFd3_Create(void* i_this) {
|
||||
JKR_NEW_ARGS (i_this) dOvlpFd3_c();
|
||||
JKR_NEW_ARGS (i_this) dOvlpFd3_c;
|
||||
return cPhs_COMPLEATE_e;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user