From 52470eecbf0e2a4c8eda0f55561f687cdf4daf93 Mon Sep 17 00:00:00 2001 From: Info Teddy Date: Wed, 15 Jan 2020 04:23:17 -0800 Subject: [PATCH] Fix "Exausted?" typo in roomname This name is the roomname of (7,17) (0-indexed) in the Lab. --- desktop_version/src/Labclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/src/Labclass.cpp b/desktop_version/src/Labclass.cpp index df563810..cac194df 100644 --- a/desktop_version/src/Labclass.cpp +++ b/desktop_version/src/Labclass.cpp @@ -945,7 +945,7 @@ std::vector labclass::loadlevel(int rx, int ry , Game& game, entity obj.createentity(game, -8, 180, 11, 224); // (horizontal gravity line) rcol = 0; - roomname = "Exausted?"; + roomname = "Exhausted?"; break;