Fixed particle colors for real this time.

Worked around a crash (DIV_FIXED by zero) that happens when the Alien level
FERARCO starts.
This commit is contained in:
Steven Fuller 2001-08-12 02:30:17 +00:00 committed by Patryk Obara
parent ae2906ca83
commit de3fda828d
4 changed files with 11 additions and 8 deletions

View file

@ -394,6 +394,8 @@ __asm__("imull %%edx \n\t"
int DIV_FIXED(int a, int b)
{
int retval;
if (b == 0) return 0; /* TODO: debug this! (start with alien on ferarco) */
/*
_asm
{