mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Correct Warp Zone's area name from "Warpzone" to "Warp Zone"
This is the name that gets displayed in your save file.
This commit is contained in:
@@ -1129,7 +1129,7 @@ std::string mapclass::currentarea(int t)
|
||||
return "The Tower";
|
||||
break;
|
||||
case 4:
|
||||
return "Warpzone";
|
||||
return "Warp Zone";
|
||||
break;
|
||||
case 5:
|
||||
return "Space Station";
|
||||
|
||||
Reference in New Issue
Block a user