search for: bloxorz

Displaying 1 result from an estimated 1 matches for "bloxorz".

Did you mean: bloorg
2007 Aug 22
0
3 commits - libswfdec/swfdec_sprite_movie.c player/swfplay.c
...f4d01a4323c9137189bf41f) Author: Benjamin Otte <otte at gnome.org> Date: Wed Aug 22 14:16:17 2007 +0200 only delete movies with a depth between -16384 and 0 when restarting This fixes lots of issues with movies that were suddenly gone for no reason. In particular, it makes bloxorz.swf playable. diff --git a/libswfdec/swfdec_sprite_movie.c b/libswfdec/swfdec_sprite_movie.c index 9af9370..21a98c6 100644 --- a/libswfdec/swfdec_sprite_movie.c +++ b/libswfdec/swfdec_sprite_movie.c @@ -348,6 +348,22 @@ swfdec_movie_is_compatible (SwfdecMovie return TRUE; } +static GList *...