diff -r 433cbbb6a04b -r 10534483575f uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp --- a/uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp Fri Mar 12 15:47:04 2010 +0200 +++ b/uiacceltk/hitchcock/backgroundanim/src/highrestimer.cpp Mon Mar 15 12:43:37 2010 +0200 @@ -39,9 +39,9 @@ { wait = 1000; } - if (wait > 15000) + if (wait > 100000) { - wait = 15000; + wait = 100000; } HighRes( TTimeIntervalMicroSeconds32( wait ) );