Changeset 494 for abuse/trunk/src/imlib/tools.cpp
- Timestamp:
- Apr 17, 2011, 11:56:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/tools.cpp
r481 r494 2 2 * Abuse - dark 2D side-scrolling platform game 3 3 * Copyright (c) 1995 Crack dot Com 4 * Copyright (c) 2005-2011 Sam Hocevar <sam@hocevar.net> 4 5 * 5 6 * This software was released into the Public Domain. As with most public … … 17 18 { delete old_pal; 18 19 delete map; 19 for (int i=0; i<total_icons;i++)20 for (int i=0; i<total_icons; i++) 20 21 delete icons[i]; // delete visual object, which should be a "shell" 21 22 } … … 37 38 ids=Ids; 38 39 total_icons=total_ic; 39 for (int i=0; i<total_ic;i++)40 for (int i=0; i<total_ic; i++) 40 41 { 41 42 if (icons[i]->width()>iw) iw=icons[i]->width();
Note: See TracChangeset
for help on using the changeset viewer.