From 35bcd41aa281325112dd09f12dce89236cca937d Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Fri, 17 Oct 2008 11:23:21 +0000 Subject: added hammer hit effect. added reset of all systems on state change. solves a lot of possible memory errors --- datasrc/network.py | 1 + 1 file changed, 1 insertion(+) (limited to 'datasrc/network.py') diff --git a/datasrc/network.py b/datasrc/network.py index c1fc974a..ac380140 100644 --- a/datasrc/network.py +++ b/datasrc/network.py @@ -170,6 +170,7 @@ Objects = [ NetEvent("Explosion:Common", []), NetEvent("Spawn:Common", []), + NetEvent("HammerHit:Common", []), NetEvent("Death:Common", [ NetIntRange("cid", 0, 'MAX_CLIENTS-1'), -- cgit 1.4.1