mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Render.cpp: make titlerender and gamecompleterender translatable
This mainly adds loc::gettext calls. 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
17c11f7e6c
commit
52e847d5c1
@@ -119,7 +119,7 @@ static const char* githubfriends[] = {
|
||||
};
|
||||
|
||||
/* Calculate credits length, finally. */
|
||||
static const int creditmaxposition = 1040 + (10 * (
|
||||
static const int creditmaxposition = 1068 + (10 * (
|
||||
SDL_arraysize(superpatrons) + SDL_arraysize(patrons) + SDL_arraysize(githubfriends)
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user