Changeset 579 for abuse/trunk/src/imlib/tools.cpp
- Timestamp:
- May 5, 2011, 12:36:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/tools.cpp
r555 r579 29 29 { 30 30 delete map; 31 map=new filter(old_pal,pal);31 map=new Filter(old_pal,pal); 32 32 draw_first(screen); 33 33 } … … 47 47 if (icons[i]->height()>ih) ih=icons[i]->height(); 48 48 } 49 map=new filter(icon_palette,pal);49 map=new Filter(icon_palette,pal); 50 50 old_pal=icon_palette->copy(); 51 51 reconfigure();
Note: See TracChangeset
for help on using the changeset viewer.