Melnorme 'additional credits' fix, from Windplume.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@312 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-12-04 03:53:03 +00:00
parent 6182f5cadd
commit d2c8704f4a
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -480,7 +480,7 @@ DeltaCredit (SIZE delta_credit)
else
{
NPCPhrase (NEED_MORE_CREDIT0);
NPCPhrase (delta_credit);
NPCPhrase (delta_credit + (int)Credit);
NPCPhrase (NEED_MORE_CREDIT1);
}