mirror of https://github.com/sm64pc/sm64pc.git
[Proper] Quick fix for language loading: "case: ')' contained in string"
This commit is contained in:
parent
2511dab424
commit
751bb2577f
|
@ -153,7 +153,7 @@ u8 *getTranslatedText(char *txt){
|
|||
} else {
|
||||
ctm = getCharacter(")");
|
||||
if(ctm.txt != NULL){
|
||||
tmp[cid] = ctm.value[0];
|
||||
tmp[cid - shiftArr] = ctm.value[0];
|
||||
}
|
||||
}
|
||||
memset(tmpIcon, 0, sizeof(tmpIcon));
|
||||
|
|
Loading…
Reference in New Issue