This commit is contained in:
Daveo 2001-08-13 15:19:03 +00:00
parent e7cf64e467
commit 8a15995550
2 changed files with 1 additions and 1 deletions

View file

@ -42,6 +42,7 @@ void PrimInit()
/*****************************************************************************/
void PrimDisplay()
{
while(DrawSync(1));
if ((int)CurrPrim>=(int)EndPrim)
{
ASSERT(!"PRIM OVERFLOW");