Changeset 115 for abuse/trunk/src/level.cpp
- Timestamp:
- Mar 16, 2008, 10:51:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/level.cpp
r106 r115 1657 1657 fp->write_uint16(i->width()); 1658 1658 fp->write_uint16(i->height()); 1659 int y=0; 1660 for (;y<i->height();y++) 1659 1660 i->lock(); 1661 for(int y = 0; y < i->height(); y++) 1661 1662 fp->write(i->scan_line(y),i->width()); 1663 i->unlock(); 1662 1664 1663 1665 delete i;
Note: See TracChangeset
for help on using the changeset viewer.