TFB_DrawCommandQueue->FullSize wasn't initialised.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@275 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-12-01 14:00:19 +00:00
parent f86374455e
commit b8531978df
@@ -141,6 +141,7 @@ TFB_DrawCommandQueue_Create()
myQueue->Front = 0;
myQueue->InsertionPoint = 0;
myQueue->Batching = 0;
myQueue->FullSize = 0;
myQueue->Size = 0;
DCQ_sem = CreateSemaphore(1);