From 83a5c81468af64177082059d16b47564e794c4b1 Mon Sep 17 00:00:00 2001 From: Joseph-Eugene Winzer Date: Sun, 23 Jul 2017 10:14:12 +0200 Subject: SUPERNOVA: Fixes typo in room definition --- engines/supernova/rooms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/supernova/rooms.h b/engines/supernova/rooms.h index f382fc1fc6..0db48b0d06 100644 --- a/engines/supernova/rooms.h +++ b/engines/supernova/rooms.h @@ -188,7 +188,7 @@ public: _objectState[0] = Object("Instrumente", "Hmm, sieht ziemlich kompliziert aus.", INSTRUMENTS, NULLTYPE, 2, 2, 0, NULLROOM, 0); _objectState[1] = Object("Monitor", Object::defaultDescription, MONITOR, NULLTYPE, 0, 0, 0, NULLROOM, 0); _objectState[2] = Object("Monitor", "Dieser Monitor sagt dir nichts.", NULLOBJECT, TAKE, 1, 0, 0, NULLROOM, 0); - _objectState[3] = Object("Ausgang", Object::defaultDescription, NULLOBJECT, EXIT, 255, 255, 0, HALL, 2); + _objectState[3] = Object("Ausgang", Object::defaultDescription, NULLOBJECT, EXIT, 255, 255, 0, HALL, 22); } virtual bool interact(Action verb, Object &obj1, Object &obj2); -- cgit v1.2.3