Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
This commit is contained in:
commit
da18e8211d
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
|
@ -152,6 +152,7 @@ void ActNpc302(NPCHAR *npc)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i == 0x200)
|
if (i == 0x200)
|
||||||
{
|
{
|
||||||
npc->cond = 0;
|
npc->cond = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue