Correct Warp Zone's area name on the mobile version

This changes the name from "Warpzone" to "Warp Zone", like it properly
should be.

This is the name that gets displayed in your save file.
This commit is contained in:
Misa 2020-03-21 01:12:20 -07:00 committed by Ethan Lee
parent cfd355bf4d
commit 58fc42b638
1 changed files with 2 additions and 2 deletions

View File

@ -790,7 +790,7 @@
case 1: return "Dimension VVVVVV"; break;
case 2: return "Laboratory"; break;
case 3: return "The Tower"; break;
case 4: return "Warpzone"; break;
case 4: return "Warp Zone"; break;
case 5: return "Space Station"; break;
case 6: return "Outside Dimension VVVVVV"; break;
case 7: return "Outside Dimension VVVVVV"; break;
@ -1608,4 +1608,4 @@ obj.createentity(game, 72, 156, 11, 200); // (horizontal gravity line)
public var spikecount:int;
}
}
}