diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-02 17:55:45 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-02 17:55:45 +0000 |
| commit | e96ad33a3473b7db60f88e7b6c59630cacd147c3 (patch) | |
| tree | eb41ebea8f83ce4e5676cce99193850f1ef4a892 /src/game/client/menu.cpp | |
| parent | 59f0a07555c124e14185dd29078b3b5e99ea09d8 (diff) | |
| download | zcatch-e96ad33a3473b7db60f88e7b6c59630cacd147c3.tar.gz zcatch-e96ad33a3473b7db60f88e7b6c59630cacd147c3.zip | |
fixed the editor
Diffstat (limited to 'src/game/client/menu.cpp')
| -rw-r--r-- | src/game/client/menu.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp index f41e938e..10dafc39 100644 --- a/src/game/client/menu.cpp +++ b/src/game/client/menu.cpp @@ -1,4 +1,6 @@ /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ +#if 0 + #include <stdio.h> #include <math.h> #include <string.h> @@ -1859,3 +1861,5 @@ extern "C" int modmenu_render(int ingame) // TODO: nastyness return r; } + +#endif |