about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJohan Althoff <teetow@gmail.com>2007-12-25 14:49:51 +0000
committerJohan Althoff <teetow@gmail.com>2007-12-25 14:49:51 +0000
commite59ef41843b53378a91f147e74255f6fe874d237 (patch)
treed95a349bdd915f78c9ba61833d499012bcad6d61 /src
parent5050c0ca4f266c2bbfd5651f61256c6606253000 (diff)
downloadzcatch-e59ef41843b53378a91f147e74255f6fe874d237.tar.gz
zcatch-e59ef41843b53378a91f147e74255f6fe874d237.zip
fixed win32 compile error
Diffstat (limited to 'src')
-rw-r--r--src/game/client/gc_menu.cpp2
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)
 {