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
#ifdef ANIMATION_FLYINGDOTS
case 12:
case 11:
flyingdots();
break;
#endif
#ifdef ANIMATION_MHERWEG
case 11:
flydots();
case 12:
lines1();
dots1();
movinglines();