From 04d71cd12f8e2666d0077317b6316419f747c918 Mon Sep 17 00:00:00 2001
From: jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>
Date: Wed, 19 Sep 2007 13:56:16 +0000
Subject: fix for delphi build... oops.

git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@403 b956fd51-792f-4845-bead-9b4dfca2ff2c
---
 Game/Code/Classes/TextGL.pas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Game/Code/Classes/TextGL.pas b/Game/Code/Classes/TextGL.pas
index 9700ce7a..8a702ca7 100644
--- a/Game/Code/Classes/TextGL.pas
+++ b/Game/Code/Classes/TextGL.pas
@@ -131,7 +131,7 @@ begin
   {$ELSE}
     loadfont( 0, 'FNT', 'Font'   );
     loadfont( 1, 'FNT', 'FontB'  );
-    loadfont( 2, 'FNT', 'Font0'  );
+    loadfont( 2, 'FNT', 'FontO'  );
     loadfont( 3, 'FNT', 'FontO2' );
   {$ENDIF}
 
-- 
cgit v1.2.3