summaryrefslogtreecommitdiff
path: root/AethyraLin2WinXcompile.cbp
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2007-09-10 07:46:51 +0000
committerIra Rice <irarice@gmail.com>2009-01-05 22:13:17 -0700
commit12c742f538bd24b8d25b4fe971c7eef507c3b4c9 (patch)
tree3462c60129cb51dec11a2fcf49afd532dcdaf064 /AethyraLin2WinXcompile.cbp
parentcb7292a77b421e943518edd64b9f11a256b0a691 (diff)
downloadmana-12c742f538bd24b8d25b4fe971c7eef507c3b4c9.tar.gz
mana-12c742f538bd24b8d25b4fe971c7eef507c3b4c9.tar.bz2
mana-12c742f538bd24b8d25b4fe971c7eef507c3b4c9.tar.xz
mana-12c742f538bd24b8d25b4fe971c7eef507c3b4c9.zip
Modified the Aethyra client to use the TMW TrueType class, rather than
the inbuilt GUIChan TrueType class. (Didn't use it originally because I didn't see the difference, when there's a considerable speedup, and that originally the import for TMW was broken code at the time, which has been fixed since.)
Diffstat (limited to 'AethyraLin2WinXcompile.cbp')
-rw-r--r--AethyraLin2WinXcompile.cbp4
1 files changed, 2 insertions, 2 deletions
diff --git a/AethyraLin2WinXcompile.cbp b/AethyraLin2WinXcompile.cbp
index a2b5df59..ff6699d8 100644
--- a/AethyraLin2WinXcompile.cbp
+++ b/AethyraLin2WinXcompile.cbp
@@ -232,8 +232,8 @@
<Unit filename="src\gui\textfield.h" />
<Unit filename="src\gui\trade.cpp" />
<Unit filename="src\gui\trade.h" />
- <Unit filename="src\gui\truetypefont.cpp" />
- <Unit filename="src\gui\truetypefont.h" />
+ <Unit filename="src\gui\truetypefont.cpp"/>
+ <Unit filename="src\gui\truetypefont.h"/>
<Unit filename="src\gui\updatewindow.cpp" />
<Unit filename="src\gui\updatewindow.h" />
<Unit filename="src\gui\vbox.cpp" />