mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 22:16:30 +00:00
Fixed null-pointer crash-on-exit
This was SVN commit r599.
This commit is contained in:
@@ -9,7 +9,7 @@ JSClass JSI_BaseEntity::JSI_class = {
|
||||
JS_PropertyStub, JS_PropertyStub,
|
||||
JSI_BaseEntity::getProperty, JSI_BaseEntity::setProperty,
|
||||
JS_EnumerateStub, JS_ResolveStub,
|
||||
JS_ConvertStub, NULL,
|
||||
JS_ConvertStub, JS_FinalizeStub,
|
||||
NULL, NULL, NULL, NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user