mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-01 02:34:41 +03:00
Translate level title and creator on-the-fly
These weren't getting updated when cycling language with CTRL+F8. This is because they would be already baked. Luckily, at least the bool keeping track of whether or not to translate them in the first place already exists, so we can just rely on that.
This commit is contained in:
@@ -171,9 +171,9 @@ public:
|
||||
bool onewaycol_override;
|
||||
};
|
||||
|
||||
std::string translate_title(const std::string& title, bool* is_gettext);
|
||||
bool translate_title(const std::string& title);
|
||||
|
||||
std::string translate_creator(const std::string& creator, bool* is_gettext);
|
||||
bool translate_creator(const std::string& creator);
|
||||
|
||||
#ifndef CL_DEFINITION
|
||||
extern customlevelclass cl;
|
||||
|
||||
Reference in New Issue
Block a user