From 8c330b712398f80cf69b1e544fb5ff6fd6f437e3 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Thu, 4 Dec 2003 10:54:26 +0000 Subject: in original DOS version, characters *can* walk in last room svn-id: r11492 --- queen/walk.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/queen/walk.cpp b/queen/walk.cpp index 078d52d2d3..e287faa627 100644 --- a/queen/walk.cpp +++ b/queen/walk.cpp @@ -357,13 +357,6 @@ int16 Walk::movePerson(const Person *pp, int16 endx, int16 endy, uint16 curImage return 0; } - // no longer walk characters in ending - if (_logic->currentRoom() == 69) { - if (strcmp(pp->name, "SPARKY") == 0 || strcmp(pp->name, "FAYE") == 0) { - return 0; - } - } - int16 can = 0; initWalkData(); @@ -434,7 +427,6 @@ void Walk::stopJoe() { _graphics->bob(0)->moving = false; _joeInterrupted = true; - } -- cgit v1.2.3