]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into Mario/monsters
authorMario <mario@smbclan.net>
Sun, 18 Jun 2017 06:01:03 +0000 (16:01 +1000)
committerMario <mario@smbclan.net>
Sun, 18 Jun 2017 06:01:03 +0000 (16:01 +1000)
# Conflicts:
# qcsrc/server/defs.qh

1  2 
qcsrc/common/constants.qh
qcsrc/common/triggers/func/breakable.qc
qcsrc/server/client.qc
qcsrc/server/defs.qh

Simple merge
Simple merge
index 9fc2c60591d35b2f63167fa454146570a6b55d17,ca7430de31eaaa17cfecdec04e6eef1c9ae2907e..7c0c572686a5d46fdbda5f24f0ed4c397438b3f7
@@@ -468,5 -468,14 +468,17 @@@ STATIC_INIT(g_bot_dodge) { g_bot_dodge 
  IntrusiveList g_damagedbycontents;
  STATIC_INIT(g_damagedbycontents) { g_damagedbycontents = IL_NEW(); }
  
 +IntrusiveList g_monster_targets;
 +STATIC_INIT(g_monster_targets) { g_monster_targets = IL_NEW(); }
++
+ IntrusiveList g_railgunhit;
+ STATIC_INIT(g_railgunhit) { g_railgunhit = IL_NEW(); }
+ IntrusiveList g_ladders;
+ STATIC_INIT(g_ladders) { g_ladders = IL_NEW(); }
+ IntrusiveList g_locations;
+ STATIC_INIT(g_locations) { g_locations = IL_NEW(); }
+ IntrusiveList g_saved_team;
+ STATIC_INIT(g_saved_team) { g_saved_team = IL_NEW(); }