mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-10 11:55:14 -04:00
More warning/error cleanup, mostly includes
This commit is contained in:
@@ -916,7 +916,7 @@ bool JUTException::queryMapAddress_single(char* mapPath, u32 address, s32 sectio
|
||||
break;
|
||||
if ((length < 28))
|
||||
continue;
|
||||
if ((buffer[28] == '4')) {
|
||||
if (buffer[28] == '4') {
|
||||
u32 addr = ((buffer[18] - '0') << 28) | strtol(buffer + 19, NULL, 16);
|
||||
int size = strtol(buffer + 11, NULL, 16);
|
||||
if ((addr <= address && address < addr + size)) {
|
||||
|
||||
Reference in New Issue
Block a user