diff --git a/src/game/hsfload.c b/src/game/hsfload.c index 26ce0d2a..83f413d3 100644 --- a/src/game/hsfload.c +++ b/src/game/hsfload.c @@ -6,8 +6,8 @@ HsfData Model; static BOOL MotionOnly; static HsfData *MotionModel; -static HsfVertexBuf *VertexDataTop; -static HsfVertexBuf *NormalDataTop; +static void *VertexDataTop; +static void *NormalDataTop; void *fileptr; char *StringTable; char *DicStringTable;