Fixed dep_bool for ltn_ant

This commit is contained in:
alu 2010-04-11 11:55:36 +00:00
parent 253c094682
commit c557febb47
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ comment "Animations"
dep_bool "Game of Life" ANIMATION_GAMEOFLIFE $RANDOM_SUPPORT
dep_bool "Breakout Demo" ANIMATION_BREAKOUT $GAME_BREAKOUT
bool "M Herweg" ANIMATION_MHERWEG
bool "Langton Ant" ANIMATION_LTN_ANT $RANDOM_SUPPORT
dep_bool "Langton Ant" ANIMATION_LTN_ANT $RANDOM_SUPPORT
comment "Special Animations"
bool "Test Animations" ANIMATION_TESTS