From c557febb47912d109d6371397c2b50bf5a9d9c10 Mon Sep 17 00:00:00 2001 From: alu Date: Sun, 11 Apr 2010 11:55:36 +0000 Subject: [PATCH] Fixed dep_bool for ltn_ant --- config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.in b/config.in index 740a341..27f5d8d 100644 --- a/config.in +++ b/config.in @@ -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