mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-04 03:12:48 -04:00
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
This commit is contained in:
@@ -1213,7 +1213,7 @@ void dMenu_Ring_c::setNameString(u32 i_stringID) {
|
||||
if (mNameStringID != i_stringID) {
|
||||
for (int i = 0; i < 4; i++) {
|
||||
if (i_stringID == 0) {
|
||||
strcpy(textBox[i]->getStringPtr(), "");
|
||||
SAFE_STRCPY(textBox[i]->getStringPtr(), "");
|
||||
} else {
|
||||
mpString->getString(i_stringID, textBox[i], NULL, NULL, NULL, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user