mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +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
@@ -26,6 +26,7 @@ int n_untranslated_roomnames = 0;
|
||||
int n_unexplained_roomnames = 0;
|
||||
int n_untranslated_roomnames_custom = 0;
|
||||
int n_unexplained_roomnames_custom = 0;
|
||||
int n_untranslated_roomnames_area[9];
|
||||
|
||||
int n_untranslated[COUNT_UNTRANSLATED_INDEX] = {0};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user