about summary refs log tree commit diff
path: root/datasrc/network.py
diff options
context:
space:
mode:
authorChoupom <andycootlapin@hotmail.fr>2011-06-01 19:43:48 +0200
committeroy <Tom_Adams@web.de>2011-06-02 17:40:08 +0200
commitdeff0ce7c4442950580533b47d7145f79bcca9bb (patch)
tree352109f1a4d2b341a28ad021ffd8cd57f882da4f /datasrc/network.py
parent1a020170949d625467ab21599ba9e43d6169e83f (diff)
downloadzcatch-deff0ce7c4442950580533b47d7145f79bcca9bb.tar.gz
zcatch-deff0ce7c4442950580533b47d7145f79bcca9bb.zip
fixed netevent struct names
Diffstat (limited to 'datasrc/network.py')
-rw-r--r--datasrc/network.py2
1 files changed, 1 insertions, 1 deletions
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'),
 	]),