Fix DRAWABLE bug introduced during the move of request_drawable() in r3467

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3468 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-12-25 02:09:07 +00:00
parent 70fbdccac8
commit 09c52874a4
+1 -1
View File
@@ -84,7 +84,7 @@ request_drawable (COUNT NumFrames, DRAWABLE_TYPE DrawableType,
} }
FramePtr->Type = DrawableType; FramePtr->Type = DrawableType;
FramePtr->Index = NumFrames; FramePtr->Index = i;
SetFrameBounds (FramePtr, width, height); SetFrameBounds (FramePtr, width, height);
} }