about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-11-29 22:18:40 +0100
committeroy <Tom_Adams@web.de>2011-11-29 22:18:40 +0100
commit8238853b8cb3b25b5b10f70f4787ae38682eb1c4 (patch)
tree14d5b734371c1cadc701a24f45c24716cb398d61 /src
parent1452b6811cb2d4a547d941d8c8aaaf56b50e9ec6 (diff)
downloadzcatch-8238853b8cb3b25b5b10f70f4787ae38682eb1c4.tar.gz
zcatch-8238853b8cb3b25b5b10f70f4787ae38682eb1c4.zip
added a todo note
Diffstat (limited to 'src')
-rw-r--r--src/engine/client/serverbrowser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/serverbrowser.cpp b/src/engine/client/serverbrowser.cpp
index 0ffc03e8..d60c15b8 100644
--- a/src/engine/client/serverbrowser.cpp
+++ b/src/engine/client/serverbrowser.cpp
@@ -1,6 +1,6 @@
 /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
 /* If you are missing that file, acquire a complete release at teeworlds.com.                */
-#include <algorithm> // sort
+#include <algorithm> // sort  TODO: remove this
 
 #include <base/math.h>
 #include <base/system.h>