mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add per-area untranslated roomname counters
This makes it easy from the "explore game" menu to see which levels still have untranslated room names and how many.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
46af7ecdfc
commit
88c8ad5a57
@@ -57,6 +57,7 @@ extern int n_untranslated_roomnames;
|
||||
extern int n_unexplained_roomnames;
|
||||
extern int n_untranslated_roomnames_custom;
|
||||
extern int n_unexplained_roomnames_custom;
|
||||
extern int n_untranslated_roomnames_area[9];
|
||||
|
||||
enum n_untranslated_index
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user