(svn r10216) -Fix: palette animation always redid all palette entries, where in fact only a few indexes were needed

-Codechange: allow blitters to handle palette animation internally or even disable it; 8bpp uses video-backend for palette animation
This commit is contained in:
truelight
2007-06-19 15:04:08 +00:00
parent b63c8b8342
commit cd10965a27
12 changed files with 115 additions and 28 deletions

View File

@@ -166,7 +166,7 @@ extern byte _game_mode;
extern byte _pause_game;
extern int _pal_first_dirty;
extern int _pal_last_dirty;
extern int _pal_count_dirty;
extern int _num_resolutions;
extern uint16 _resolutions[32][2];
extern uint16 _cur_resolution[2];