mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
Make some hardcoded room names (and some special ones) translatable
This involves loc::gettext_roomname and loc::gettext_roomname_special. This commit is part of rewritten history of the localization branch. The original (unsquashed) commit history can be found here: https://github.com/Dav999-v/VVVVVV/tree/localization-orig
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
b548783df2
commit
df76145314
@@ -3046,7 +3046,7 @@ void scriptclass::hardreset(void)
|
||||
game.timetrialcheater = false;
|
||||
|
||||
game.totalflips = 0;
|
||||
game.hardestroom = "Welcome Aboard";
|
||||
game.hardestroom = loc::gettext_roomname(false, 13, 5, "Welcome Aboard", false);
|
||||
game.hardestroomdeaths = 0;
|
||||
game.currentroomdeaths=0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user