RandomNiNjAaaa / thc-rpg

Automatically exported from code.google.com/p/thc-rpg
0 stars 0 forks source link

icestab.inc bug #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
icestab.inc

public icestab_PlayerHurt(.....
...
if(AreValidTeams(victim,attacker,g_CoreConfigCache[CoreConfig_freeforall],g_fire
nadeUpgradeConfigCache[UpgradeConfig_TeamLock]))
...
----------------------------------------------------------
g_firenadeUpgradeConfigCache[UpgradeConfig_TeamLock]))
↓↓↓↓↓
g_icestabUpgradeConfigCache[UpgradeConfig_TeamLock]))

Original issue reported on code.google.com by donec...@gmail.com on 24 Sep 2011 at 1:28

GoogleCodeExporter commented 8 years ago
thx for you advice ... typo is fixed ...

Original comment by andreaspachler on 25 Sep 2011 at 4:06