summaryrefslogtreecommitdiff
path: root/internal_rewrite/d3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/d3d.cpp')
-rw-r--r--internal_rewrite/d3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/d3d.cpp b/internal_rewrite/d3d.cpp
index e9df4fa..194ac5e 100644
--- a/internal_rewrite/d3d.cpp
+++ b/internal_rewrite/d3d.cpp
@@ -48,7 +48,7 @@ namespace d3d
, 0, 12, 0 ); //change this idc
create_font( &f_esp_small, xors( "Tahoma" ), 0, 11, 500 );
create_font( &f_16, xors( "Verdana" ), 0, 16, 0 );
- create_font( &f_18, xors( "Verdana" ), 0, 18, 900 );
+ create_font( &f_18, xors( "Verdana" ), 0, 24, 700 );
create_font( &f_menu,
#ifndef COMIC_SANS
xors( "Tahoma" )