From: <av...@us...> - 2011-05-17 18:45:27
|
Revision: 3614 http://sc2.svn.sourceforge.net/sc2/?rev=3614&view=rev Author: avolkov Date: 2011-05-17 18:45:21 +0000 (Tue, 17 May 2011) Log Message: ----------- Update a Melnorme number speech call missed in r3610 Modified Paths: -------------- trunk/sc2/src/uqm/comm/melnorm/melnorm.c Modified: trunk/sc2/src/uqm/comm/melnorm/melnorm.c =================================================================== --- trunk/sc2/src/uqm/comm/melnorm/melnorm.c 2011-05-16 21:01:22 UTC (rev 3613) +++ trunk/sc2/src/uqm/comm/melnorm/melnorm.c 2011-05-17 18:45:21 UTC (rev 3614) @@ -590,7 +590,7 @@ else { NPCPhrase (NEED_MORE_CREDIT0); - NPCPhrase (delta_credit + (int)Credit); + NPCNumber (-delta_credit - Credit, NULL); NPCPhrase (NEED_MORE_CREDIT1); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |