Let's make sure to put things away after ourselves

This commit is contained in:
iq_132 2014-11-03 02:06:55 +00:00
parent 3827b7fefb
commit a75ee9db9b
3 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,8 @@ static void CpsBlendInit()
blendtable[k] = table[type&3];
}
}
fclose (fa);
}
INT32 CpsObjInit()

View File

@ -198,6 +198,8 @@ static void NeoBlendInit(INT32 nSlot)
NeoTileAttrib[nSlot][k] = table[type&3];
}
}
fclose (fa);
}
INT32 NeoInitSprites(INT32 nSlot)

View File

@ -333,6 +333,8 @@ static void NeoTextBlendInit(INT32 nSlot)
NeoTextTileAttrib[nSlot][k] = table[type&3];
}
}
fclose (fa);
}
INT32 NeoInitText(INT32 nSlot)