diff mm7_5.cpp @ 246:1bfe546561c4

sprintfex
author Nomad
date Mon, 18 Feb 2013 03:58:08 +0200
parents 47e06334c564
children fb8a876f41e1
line wrap: on
line diff
--- a/mm7_5.cpp	Sun Feb 17 18:04:22 2013 +0100
+++ b/mm7_5.cpp	Mon Feb 18 03:58:08 2013 +0200
@@ -3479,7 +3479,7 @@
           v158 = pParty->uNumGold + pParty->uNumGoldInBank;
           v146 = pGlobalTXT_LocalizationStrings[489];// "You have %d total gold, %d in the Bank""
           //goto _sprintex_draw_status_and_continue;
-          sprintf(pTmpBuf, v146, v158, v174);
+          sprintfex(pTmpBuf, v146, v158, v174);
           sub_41C0B8_set_status_string(pTmpBuf);
           continue;
         case UIMSG_ShowStatus_DateTime: