Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/npc.h')
-rw-r--r--src/game/base/npc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/base/npc.h b/src/game/base/npc.h
index 411f807..4469517 100644
--- a/src/game/base/npc.h
+++ b/src/game/base/npc.h
@@ -114,6 +114,8 @@ private:
unsigned long npc_destroyed_timestamp;
+ unsigned long npc_repair_timestamp;
+
float npc_weapon_range;
core::Player *npc_commander;