# HG changeset patch # User belphegorr # Date 1341306907 -10800 # Node ID 6c7739c6446fb397744d69dc20f1b0f60c5f86d3 # Parent bc87b2b6f18b445bf8bf5a9dd8badc164d72e911 Set the choice constants to the correct values (1-3 instead of 0-2). diff -r bc87b2b6f18b -r 6c7739c6446f share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/journey.lua --- a/share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/journey.lua Sun Jul 01 17:24:04 2012 +0300 +++ b/share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/journey.lua Tue Jul 03 12:15:07 2012 +0300 @@ -2,9 +2,9 @@ --///////////////////////////////CONSTANTS/////////////////////////// -choiceAccepted = 0 -choiceRefused = 1 -choiceAttacked = 2 +choiceAccepted = 1 +choiceRefused = 2 +choiceAttacked = 3 endStage = 1