1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00

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
commit 6f8d2dc90b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;