Skip to content

Commit d94c559

Browse files
committed
Fix another crash on engine start during script export
1 parent ef8ab7d commit d94c559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrGame/StalkerOutfit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ class CStalkerOutfit : public CCustomOutfit
1717
virtual ~CStalkerOutfit(void);
1818

1919
private:
20-
DECLARE_SCRIPT_REGISTER_FUNCTION();
20+
DECLARE_SCRIPT_REGISTER_FUNCTION(CGameObject);
2121
};

0 commit comments

Comments
 (0)