diff options
| author | oy <Tom_Adams@web.de> | 2011-11-29 22:18:40 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-11-29 22:18:40 +0100 |
| commit | 8238853b8cb3b25b5b10f70f4787ae38682eb1c4 (patch) | |
| tree | 14d5b734371c1cadc701a24f45c24716cb398d61 | |
| parent | 1452b6811cb2d4a547d941d8c8aaaf56b50e9ec6 (diff) | |
| download | zcatch-8238853b8cb3b25b5b10f70f4787ae38682eb1c4.tar.gz zcatch-8238853b8cb3b25b5b10f70f4787ae38682eb1c4.zip | |
added a todo note
| -rw-r--r-- | src/engine/client/serverbrowser.cpp | 2 |
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> |