From b48fe236bda3fbe7edb3e893a342feb234bbade8 Mon Sep 17 00:00:00 2001 From: avolkov Date: Mon, 23 Nov 2009 09:50:33 +0000 Subject: [PATCH] Correct Chmmr response for what_about_samatra question; bug #1073 git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3344 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + sc2/src/uqm/comm/chmmr/chmmrc.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 79c44bd3c..2ac90e1e8 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.7: +- Correct Chmmr response when asking about Sa-Matra (bug #1073) - Alex - Refactored universe generation - SvdB - Comm animation processing rewrite, bugs fixed - Alex - Added graphics context debugging function - SvdB diff --git a/sc2/src/uqm/comm/chmmr/chmmrc.c b/sc2/src/uqm/comm/chmmr/chmmrc.c index 2c15d6305..4121d4108 100644 --- a/sc2/src/uqm/comm/chmmr/chmmrc.c +++ b/sc2/src/uqm/comm/chmmr/chmmrc.c @@ -398,7 +398,7 @@ ChmmrAdvice (RESPONSE_REF R) } else if (PLAYER_SAID (R, what_about_samatra)) { - NPCPhrase (ABOUT_SUN_DEVICE); + NPCPhrase (ABOUT_SAMATRA); DISABLE_PHRASE (what_about_samatra); }