Merge pull request #83 from InfoTeddy/typo-fixes

Fix "Exausted?" typo in roomname
This commit is contained in:
Terry Cavanagh
2020-01-15 13:43:56 +01:00
committed by GitHub

View File

@@ -945,7 +945,7 @@ std::vector<std::string> 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;