Dammit. The random cloak code was slightly off. I screwed it up by removing

an anim without decrementing a number. Fixed.


SVN revision: 1454
This commit is contained in:
Tom Gilbert 1999-11-29 18:31:01 +00:00
parent fea3c90571
commit d343608385
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ cloak_draw (void *data)
default:
{
blank_buf ();
Epplet_timer (cloak_draw, NULL, opt.draw_interval, "DRAW_TIMER");
break;
}
}