rnd-20060518-1-src
[rocksndiamonds.git] / src / libgame / toons.c
index 2eb805bd7c2a8a3c00dad8a5d804fc8d9ec8e36b..855e54f74192ce194174007d061c10afba9f79e9 100644 (file)
@@ -69,7 +69,7 @@ int getAnimationFrame(int num_frames, int delay, int mode, int start_frame,
     else
       frame = gfx.anim_random_frame % num_frames;
   }
-  else if (mode & (ANIM_CE_VALUE | ANIM_CE_SCORE))
+  else if (mode & (ANIM_CE_VALUE | ANIM_CE_SCORE | ANIM_CE_DELAY))
   {
     frame = sync_frame % num_frames;
   }