DCQ invariant violation repaired.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@353 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2002-12-06 01:12:43 +00:00
parent 336b3e6dba
commit 74e6e16900
2 changed files with 2 additions and 0 deletions
@@ -91,6 +91,7 @@ Synchronize_DCQ (void)
{
DrawCommandQueue->Size = (back + DCQ_MAX - front);
}
DrawCommandQueue->FullSize = DrawCommandQueue->Size;
}
}