Re-Fixed mercs Files.cpp (by Buggler)

o I assumed it was a Chinese character, but Buggler told me it was Korean. Anyway, we removed it ...

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6677 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2013-12-03 10:29:20 +00:00
parent 5c062ff752
commit 135e576d27
2 changed files with 2 additions and 7 deletions
+2 -6
View File
@@ -986,13 +986,9 @@ void LoadAndDisplayMercBio( UINT8 ubMercID )
LoadEncryptedDataFromFile(MERCBIOFILE, sText, uiStartLoc, MERC_BIO_INFO_TEXT_SIZE);
#ifdef CHINESE
if( sText[0] != ChineseSpecString13 )
if( sText[0] != 0 )
DisplayWrappedString(MERC_BIO_TEXT_X, MERC_BIO_TEXT_Y, MERC_BIO_WIDTH, 2, MERC_BIO_FONT, MERC_BIO_COLOR, sText, FONT_MCOLOR_BLACK, FALSE, LEFT_JUSTIFIED);
#else
DisplayWrappedString(MERC_BIO_TEXT_X, MERC_BIO_TEXT_Y, MERC_BIO_WIDTH, 2, MERC_BIO_FONT, MERC_BIO_COLOR, sText, FONT_MCOLOR_BLACK, FALSE, LEFT_JUSTIFIED);
#endif
//load and display the merc's additioanl info (if any)
//#ifdef JA2UB
//Ja25 UB