From: <Mee...@us...> - 2011-12-16 17:30:38
|
Revision: 3701 http://sc2.svn.sourceforge.net/sc2/?rev=3701&view=rev Author: Meep-Eep Date: 2011-12-16 17:30:27 +0000 (Fri, 16 Dec 2011) Log Message: ----------- Removed obsolete RESPONSE_TO_REF. Modified Paths: -------------- trunk/sc2/ChangeLog trunk/sc2/src/uqm/comm/mycon/myconc.c trunk/sc2/src/uqm/commglue.h Modified: trunk/sc2/ChangeLog =================================================================== --- trunk/sc2/ChangeLog 2011-10-01 15:55:13 UTC (rev 3700) +++ trunk/sc2/ChangeLog 2011-12-16 17:30:27 UTC (rev 3701) @@ -1,4 +1,5 @@ Changes towards version 0.8: +- Removed obsolete RESPONSE_TO_REF - SvdB - Don't require the 'shadow' dir in addon packs, from Alex - Make use of GAME_STATE_FILE consistently, from Scott A. Colcord - Fixed unconst(), from Scott A. Colcord Modified: trunk/sc2/src/uqm/comm/mycon/myconc.c =================================================================== --- trunk/sc2/src/uqm/comm/mycon/myconc.c 2011-10-01 15:55:13 UTC (rev 3700) +++ trunk/sc2/src/uqm/comm/mycon/myconc.c 2011-12-16 17:30:27 UTC (rev 3701) @@ -371,7 +371,7 @@ DoRamble (R); NPCPhrase (RAMBLE_TAIL); - DISABLE_PHRASE (RESPONSE_TO_REF (R)); + DISABLE_PHRASE (R); } if ((BYTE)TFB_Random () < 256 * 30 / 100) Modified: trunk/sc2/src/uqm/commglue.h =================================================================== --- trunk/sc2/src/uqm/commglue.h 2011-10-01 15:55:13 UTC (rev 3700) +++ trunk/sc2/src/uqm/commglue.h 2011-12-16 17:30:27 UTC (rev 3701) @@ -69,7 +69,6 @@ (*(UNICODE *)GetStringAddress ( \ SetAbsStringTableIndex (CommData.ConversationPhrases, (p)-1) \ ) = '\0') -#define RESPONSE_TO_REF(R) (R) #define Response(i,a) \ DoResponsePhrase(i,(RESPONSE_FUNC)a,0) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |