fixed new animation scheduling

This commit is contained in:
Hans-Gert Dahmen 2009-12-27 02:17:36 +00:00
parent 903072815b
commit b3b55fea9d
1 changed files with 2 additions and 3 deletions

View File

@ -105,14 +105,13 @@ void display_loop(){
#endif #endif
#ifdef ANIMATION_FLYINGDOTS #ifdef ANIMATION_FLYINGDOTS
case 12: case 11:
flyingdots(); flyingdots();
break; break;
#endif #endif
#ifdef ANIMATION_MHERWEG #ifdef ANIMATION_MHERWEG
case 11: case 12:
flydots();
lines1(); lines1();
dots1(); dots1();
movinglines(); movinglines();