Index: code/hud/hudparse.cpp
===================================================================
--- code/hud/hudparse.cpp	(revision 11075)
+++ code/hud/hudparse.cpp	(working copy)
@@ -1196,7 +1196,7 @@
 	}
 
 	if(optional_string("Font:")) {
-		stuff_int(&Hud_font);
+		stuff_int(&font_num);
 	} else {
 		if ( hud_font >=0 ) {
 			font_num = hud_font;
@@ -2929,7 +2929,7 @@
 	}
 
 	if(optional_string("$Font:")) {
-		stuff_int(&Hud_font);
+		stuff_int(&font_num);
 	} else {
 		if ( hud_font >=0 ) {
 			font_num = hud_font;
