diff options
| author | Johan Althoff <teetow@gmail.com> | 2007-12-25 14:49:51 +0000 |
|---|---|---|
| committer | Johan Althoff <teetow@gmail.com> | 2007-12-25 14:49:51 +0000 |
| commit | e59ef41843b53378a91f147e74255f6fe874d237 (patch) | |
| tree | d95a349bdd915f78c9ba61833d499012bcad6d61 /src/game/client | |
| parent | 5050c0ca4f266c2bbfd5651f61256c6606253000 (diff) | |
| download | zcatch-e59ef41843b53378a91f147e74255f6fe874d237.tar.gz zcatch-e59ef41843b53378a91f147e74255f6fe874d237.zip | |
fixed win32 compile error
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/gc_menu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_menu.cpp b/src/game/client/gc_menu.cpp index 377f8f2b..2eaefe00 100644 --- a/src/game/client/gc_menu.cpp +++ b/src/game/client/gc_menu.cpp @@ -837,7 +837,7 @@ static void menu2_render_background() } } -extern void *gfx_font_set; +extern "C" void *gfx_font_set; void render_loading(float percent) { |