mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-10 13:09:43 +01:00
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:
parent
cfd355bf4d
commit
58fc42b638
1 changed files with 2 additions and 2 deletions
|
@ -790,7 +790,7 @@
|
||||||
case 1: return "Dimension VVVVVV"; break;
|
case 1: return "Dimension VVVVVV"; break;
|
||||||
case 2: return "Laboratory"; break;
|
case 2: return "Laboratory"; break;
|
||||||
case 3: return "The Tower"; 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 5: return "Space Station"; break;
|
||||||
case 6: return "Outside Dimension VVVVVV"; break;
|
case 6: return "Outside Dimension VVVVVV"; break;
|
||||||
case 7: return "Outside Dimension VVVVVV"; break;
|
case 7: return "Outside Dimension VVVVVV"; break;
|
||||||
|
|
Loading…
Reference in a new issue