Update a Melnorme number speech call missed in r3610

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3614 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-05-17 18:45:21 +00:00
parent d73ce54a92
commit 6f75c5c1f1
+1 -1
View File
@@ -590,7 +590,7 @@ DeltaCredit (SIZE delta_credit)
else else
{ {
NPCPhrase (NEED_MORE_CREDIT0); NPCPhrase (NEED_MORE_CREDIT0);
NPCPhrase (delta_credit + (int)Credit); NPCNumber (-delta_credit - Credit, NULL);
NPCPhrase (NEED_MORE_CREDIT1); NPCPhrase (NEED_MORE_CREDIT1);
} }