mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Merge pull request #83 from InfoTeddy/typo-fixes
Fix "Exausted?" typo in roomname
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user