moved dna anim within display loop

This commit is contained in:
Christian Kroll 2014-08-14 22:45:34 +02:00
parent da9d0adc57
commit 306ad40288
1 changed files with 6 additions and 6 deletions

View File

@ -251,6 +251,12 @@ void display_loop(){
break;
#endif
#ifdef ANIMATION_DNA
case 26:
dna();
break;
#endif
#ifdef ANIMATION_TESTS
case 31:
test_level(1);
@ -292,12 +298,6 @@ void display_loop(){
break;
#endif
#ifdef ANIMATION_DNA
case 40:
dna();
break;
#endif
#ifdef MENU_SUPPORT
case 42:
mode = 1;