Added missing variable initialization

s_player_dropflare was not initialized, causing errors in RPT log.
This commit is contained in:
SilvDev
2014-07-04 19:34:32 +01:00
parent fdf563e378
commit 26b3bd046f

View File

@@ -207,6 +207,7 @@ dayz_resetSelfActions = {
s_player_fillwater2 = -1;
s_player_fillfuel = -1;
s_player_grabflare = -1;
s_player_dropflare = -1;
s_player_callzombies = -1;
s_player_showname = -1;
s_player_debuglootpos = -1;