mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +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)
|
obj.createentity(game, -8, 180, 11, 224); // (horizontal gravity line)
|
||||||
|
|
||||||
rcol = 0;
|
rcol = 0;
|
||||||
roomname = "Exausted?";
|
roomname = "Exhausted?";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user