accurater?

This commit is contained in:
cuckydev 2019-02-14 23:21:23 -05:00
parent e1cd4cf8d8
commit 1b0a8e56db
2 changed files with 2 additions and 1 deletions

View file

@ -97,7 +97,7 @@ int main(int argc, char *argv[])
//Get path of the data folder //Get path of the data folder
strcpy(gDataPath, gModulePath); strcpy(gDataPath, gModulePath);
memcpy(&gDataPath[strlen(gDataPath)], "/data", 6); //Pixel didn't use a strcat strcat(gDataPath, "/data");
#ifdef WINDOWS #ifdef WINDOWS
// Set the window icons. See res/ICON/ICON.rc. // Set the window icons. See res/ICON/ICON.rc.

View file

@ -152,6 +152,7 @@ void ActNpc302(NPCHAR *npc)
break; break;
} }
} }
if (i == 0x200) if (i == 0x200)
{ {
npc->cond = 0; npc->cond = 0;