mirror of
https://github.com/zeldaret/ss
synced 2026-08-09 18:57:50 -04:00
bool
This commit is contained in:
@@ -752,7 +752,7 @@ bool dLytMsgWindow_c::setCurrentLabelName(const char *name, bool storeFile) {
|
||||
if (field_0x80E) {
|
||||
int i = 0;
|
||||
const char *p;
|
||||
bool found = 0;
|
||||
bool found = false;
|
||||
for (p = name; *p != '\0'; p++) {
|
||||
if (found) {
|
||||
if (idx == -1) {
|
||||
|
||||
Reference in New Issue
Block a user