Set the choice constants to the correct values (1-3 instead of 0-2).
authorbelphegorr <szabibibi@gmail.com>
Tue, 03 Jul 2012 12:15:07 +0300
changeset 7219 6c7739c6446f
parent 7217 bc87b2b6f18b
child 7222 4a17a921ec93
Set the choice constants to the correct values (1-3 instead of 0-2).
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