add small titles; it's the only font currently using a different import font

This commit is contained in:
Glenn Maynard
2003-02-06 21:22:36 +00:00
parent 9f1e0e18c5
commit 1febfa3360
+1
View File
@@ -101,6 +101,7 @@ void ScreenTestFonts::Input( const DeviceInput& DeviceI, const InputEventType ty
case 'w': SetFont( "Themes/default/Fonts/header2" ); break;
case 'e': SetFont( "Themes/default/Fonts/Normal" ); break;
case 'r': SetFont( "Themes/SMMAX2/Fonts/titlemenu" ); break;
case 't': SetFont( "Themes/default/Fonts/small titles" ); break;
case 'z': FONT->ReloadFonts();
TEXTUREMAN->ReloadAll();