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

Fix "Exausted?" typo in roomname

This name is the roomname of (7,17) (0-indexed) in the Lab.
This commit is contained in:
Info Teddy 2020-01-15 04:23:17 -08:00
parent 8826f57cc2
commit 52470eecbf

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;