about summary refs log tree commit diff
path: root/datasrc/network.py
diff options
context:
space:
mode:
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'),
 	]),