diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2008-02-02 11:08:31 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2008-02-02 11:08:31 +0000 |
| commit | e2de77ea14d131ac4a92ed2f947d7b34715886fa (patch) | |
| tree | 492511ccb7357ed7a156e496274f8bdafd353c25 /src/game/client/gc_menu.cpp | |
| parent | aaf75f52391509f2efa7d1df2178f36898a563ea (diff) | |
| download | zcatch-e2de77ea14d131ac4a92ed2f947d7b34715886fa.tar.gz zcatch-e2de77ea14d131ac4a92ed2f947d7b34715886fa.zip | |
should compile on windows now
Diffstat (limited to 'src/game/client/gc_menu.cpp')
| -rw-r--r-- | src/game/client/gc_menu.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/game/client/gc_menu.cpp b/src/game/client/gc_menu.cpp index 6b982c37..fb39f85f 100644 --- a/src/game/client/gc_menu.cpp +++ b/src/game/client/gc_menu.cpp @@ -557,8 +557,6 @@ static void menu2_render_background() } } -extern "C" void *gfx_font_set; - void render_loading(float percent) { // need up date this here to get correct @@ -1743,24 +1741,6 @@ int menu2_render() RECT screen = *ui_screen(); gfx_mapscreen(screen.x, screen.y, screen.w, screen.h); - if (0) - { - gfx_clear(0.65f,0.78f,0.9f); - - - for (int i = 0; i < 24; i++) - { - float size = i * 0.5 + 8; - char temp[64]; - sprintf(temp, "%f: Ingen tomte i jul", size); - gfx_text(0, 50, 10 + i*int(size), size, temp, -1); - gfx_text(gfx_font_set, 400, 10 + i*int(size), size, temp, -1); - } - - return 0; - } - - static bool first = true; if(first) { |