diff --git a/sc2/src/sc2code/libs/graphics/sdl/3do_getbody.c b/sc2/src/sc2code/libs/graphics/sdl/3do_getbody.c index 910cbab01..fbcbe534e 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/3do_getbody.c +++ b/sc2/src/sc2code/libs/graphics/sdl/3do_getbody.c @@ -489,9 +489,9 @@ _GetCelData (uio_Stream *fp, DWORD length) } BOOLEAN -_ReleaseCelData (DRAWABLE handle) +_ReleaseCelData (void *handle) { - DRAWABLE_DESC *DrawablePtr; + DRAWABLE DrawablePtr; int cel_ct; FRAME FramePtr = NULL;