Removed obsolete RESPONSE_TO_REF.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3701 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -371,7 +371,7 @@ NormalMycon (RESPONSE_REF R)
|
||||
DoRamble (R);
|
||||
NPCPhrase (RAMBLE_TAIL);
|
||||
|
||||
DISABLE_PHRASE (RESPONSE_TO_REF (R));
|
||||
DISABLE_PHRASE (R);
|
||||
}
|
||||
|
||||
if ((BYTE)TFB_Random () < 256 * 30 / 100)
|
||||
|
||||
@@ -69,7 +69,6 @@ extern UNICODE shared_phrase_buf[2048];
|
||||
(*(UNICODE *)GetStringAddress ( \
|
||||
SetAbsStringTableIndex (CommData.ConversationPhrases, (p)-1) \
|
||||
) = '\0')
|
||||
#define RESPONSE_TO_REF(R) (R)
|
||||
|
||||
#define Response(i,a) \
|
||||
DoResponsePhrase(i,(RESPONSE_FUNC)a,0)
|
||||
|
||||
Reference in New Issue
Block a user