Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer

This commit is contained in:
gymnast86
2026-05-24 10:32:31 -07:00
110 changed files with 963 additions and 585 deletions
+1 -1
View File
@@ -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);
}