mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Fix "Exausted?" typo in roomname
This name is the roomname of (7,17) (0-indexed) in the Lab.
This commit is contained in:
parent
8826f57cc2
commit
52470eecbf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue