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
+1
View File
@@ -1,4 +1,5 @@
0.2:
- Fixed a DCQ bug where it wasn't freeing batches of graphics commands
- > vs. >= bugfix on plangen.c, from PhracturedBlue
- More appropriate names to ROSTER + 1 and ROSTER + 2, from slayne
- Lines and colouring of planet surface when scanning, from PhracturedBlue
@@ -91,6 +91,7 @@ Synchronize_DCQ (void)
{
DrawCommandQueue->Size = (back + DCQ_MAX - front);
}
DrawCommandQueue->FullSize = DrawCommandQueue->Size;
}
}