diff options
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 |