From 3ef0558aa933ce20242b3f842c235f792a6d2d32 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 22 Jul 2011 11:54:46 +0200 Subject: CGE: Rename some more constants, some cleanup --- engines/cge/walk.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/cge/walk.cpp') diff --git a/engines/cge/walk.cpp b/engines/cge/walk.cpp index f07ed4ece2..2568a51df0 100644 --- a/engines/cge/walk.cpp +++ b/engines/cge/walk.cpp @@ -234,7 +234,7 @@ void WALK::reach(Sprite *spr, int mode) { } // note: insert SNAIL commands in reverse order SNINSERT(SNPAUSE, -1, 64, NULL); - SNINSERT(SNSEQ, -1, TSEQ + mode, this); + SNINSERT(SNSEQ, -1, kTSeq + mode, this); if (spr) { SNINSERT(SNWAIT, -1, -1, _hero); /////--------$$$$$$$ //SNINSERT(SNWALK, -1, -1, spr); @@ -244,7 +244,7 @@ void WALK::reach(Sprite *spr, int mode) { } void WALK::noWay() { - _vm->trouble(NO_WAY, NO_WAY_TEXT); + _vm->trouble(kSeqNoWay, kNoWay); } bool WALK::find1Way(Cluster c) { -- cgit v1.2.3