Hi everybody, I rewrote the FLC decoder almost from scratch; I only reused some of the decoding logic. The code still has some bugs (e.g.: it doesn't display some colours correctly) and it's still somewhat slow, but I'll try to fix that in the upcoming days.
BTW, flc_decoder.cc doesn't use an 8bpp surface as video.cc did, and it's using its own OpenGL code to display the video, instead of using game->display. Regards, Pablo