Skip to content

Commit e7839b5

Browse files
committed
To avoid game crash with some kills. For example some stalker kills.
1 parent 293a7fa commit e7839b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/gamedata/scripts/lua_help.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7715,7 +7715,7 @@ C++ class game_object {
77157715

77167716
function direction() const;
77177717

7718-
function kill(game_object*);
7718+
function kill(game_object*, boolean);
77197719

77207720
function cost() const;
77217721

0 commit comments

Comments
 (0)