Diff of /trunk/src/icons.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 184 by harbaum, Sat Nov 14 12:28:54 2009 UTC revision 185 by harbaum, Sat Nov 14 16:55:33 2009 UTC
# Line 167  void icons_init(void) { Line 167  void icons_init(void) {
167    icons_load(ICON_CACHE_TYPE_2X, "64x64/cache_type_%s.%s", cache_type_icon_name);    icons_load(ICON_CACHE_TYPE_2X, "64x64/cache_type_%s.%s", cache_type_icon_name);
168    
169    /* load cache container/size icons */    /* load cache container/size icons */
170    icons_load(ICON_CACHE_SIZE, "cache_size_%s.%s", cache_size_icon_name);    icons_load(ICON_CACHE_SIZE, "45x12/cache_size_%s.%s", cache_size_icon_name);
171    
172    /* load cache difficulty/terrain/quality icons */    /* load cache difficulty/terrain/quality icons */
173    icons_load(ICON_STARS, "stars%s.%s", stars_icon_name);    icons_load(ICON_STARS, "stars%s.%s", stars_icon_name);

Legend:
Removed from v.184  
changed lines
  Added in v.185