Let's make sure to put things away after ourselves
This commit is contained in:
parent
3827b7fefb
commit
a75ee9db9b
|
@ -91,6 +91,8 @@ static void CpsBlendInit()
|
|||
blendtable[k] = table[type&3];
|
||||
}
|
||||
}
|
||||
|
||||
fclose (fa);
|
||||
}
|
||||
|
||||
INT32 CpsObjInit()
|
||||
|
|
|
@ -198,6 +198,8 @@ static void NeoBlendInit(INT32 nSlot)
|
|||
NeoTileAttrib[nSlot][k] = table[type&3];
|
||||
}
|
||||
}
|
||||
|
||||
fclose (fa);
|
||||
}
|
||||
|
||||
INT32 NeoInitSprites(INT32 nSlot)
|
||||
|
|
|
@ -333,6 +333,8 @@ static void NeoTextBlendInit(INT32 nSlot)
|
|||
NeoTextTileAttrib[nSlot][k] = table[type&3];
|
||||
}
|
||||
}
|
||||
|
||||
fclose (fa);
|
||||
}
|
||||
|
||||
INT32 NeoInitText(INT32 nSlot)
|
||||
|
|
Loading…
Reference in New Issue