This commit is contained in:
Clownacy 2019-02-15 20:52:48 +00:00
commit da18e8211d
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
strcpy(gDataPath, gModulePath);
memcpy(&gDataPath[strlen(gDataPath)], "/data", 6); //Pixel didn't use a strcat
strcat(gDataPath, "/data");
#ifdef WINDOWS
// Set the window icons. See res/ICON/ICON.rc.

View file

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