From deff0ce7c4442950580533b47d7145f79bcca9bb Mon Sep 17 00:00:00 2001 From: Choupom Date: Wed, 1 Jun 2011 19:43:48 +0200 Subject: fixed netevent struct names --- datasrc/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datasrc/network.py') diff --git a/datasrc/network.py b/datasrc/network.py index 5876610a..cd5f5aee 100644 --- a/datasrc/network.py +++ b/datasrc/network.py @@ -204,7 +204,7 @@ Objects = [ NetIntRange("m_ClientID", 0, 'MAX_CLIENTS-1'), ]), - NetEvent("SoundGlobal:Common", [ + NetEvent("SoundGlobal:Common", [ #TODO 0.7: remove me NetIntRange("m_SoundID", 0, 'NUM_SOUNDS-1'), ]), -- cgit 1.4.1