From 6880c5c2571b8373272f86bb2bbbe494cb63b0d1 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 10 Jan 2005 16:15:59 +0000 Subject: [PATCH] Do not allow the "Symbionts, how interesting!" until the Supox mention they are symbionts. (bug #528) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1443 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 3 +++ sc2/src/sc2code/comm/supox/supoxc.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 7202e02d5..5a371dcc5 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,7 @@ Changes towards version 0.4: +- Don't allow the reply "Symbionts, how interesting!" in the Supox + conversation until they mentioned they were Symbionts. (bug #528), + from Nic - Not initialising the various systems when -h/-? is supplied (bug #656), from Nic - F10 works when playing the intro (bug #665), from fOSSiL diff --git a/sc2/src/sc2code/comm/supox/supoxc.c b/sc2/src/sc2code/comm/supox/supoxc.c index 7d8e02844..a1b617022 100644 --- a/sc2/src/sc2code/comm/supox/supoxc.c +++ b/sc2/src/sc2code/comm/supox/supoxc.c @@ -447,9 +447,11 @@ NeutralSupox (RESPONSE_REF R) break; case 3: pStr[0] = are_you_copying; + pStr[1] = 0; break; case 4: pStr[0] = why_copy; + pStr[1] = 0; break; } NumVisits = GET_GAME_STATE (ULTRON_CONDITION);