mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-13 14:07:28 -04:00
fix level select
This commit is contained in:
committed by
KiritoDv
parent
dc3fe4def7
commit
63933461ef
@@ -41,13 +41,14 @@ s32 Message_GetWidth(u16* msgPtr) {
|
||||
}
|
||||
|
||||
s32 Message_GetCharCount(u16* msgPtr) {
|
||||
s32 count = 0;
|
||||
u16* msgChar = msgPtr;
|
||||
|
||||
#if MODS_LEVEL_SELECT == 1
|
||||
if (gCurrentPlanet == 6) {
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
s32 count = 0;
|
||||
u16* msgChar = msgPtr;
|
||||
|
||||
while (*msgChar != NULL) {
|
||||
count++;
|
||||
|
||||
Reference in New Issue
Block a user