more (or rather fewer) lcs fixes

This commit is contained in:
aap
2015-12-20 10:38:27 +01:00
parent 90b2d98b97
commit 83d1420dd1
5 changed files with 898 additions and 884 deletions

View File

@@ -379,6 +379,7 @@ struct SkinGlobals
{
int32 offset;
ObjPipeline *pipelines[NUM_PLATFORMS];
bool32 forceSkipUsedBones;
};
extern SkinGlobals skinGlobals;
void registerSkinPlugin(void);