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:
Info Teddy
2020-01-15 17:24:56 -08:00
committed by Ethan Lee
parent 6f8d2dc90b
commit 921e288ebe

View File

@@ -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";