Changeset 682 for abuse/trunk/src/imlib/pcxread.cpp
- Timestamp:
- Sep 12, 2011, 10:17:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/pcxread.cpp
r555 r682 126 126 read_PCX_header(fp); 127 127 128 image *im=new image( vec2i(PCX_header.xmax-PCX_header.xmin+1,128 image *im=new image(ivec2(PCX_header.xmax-PCX_header.xmin+1, 129 129 PCX_header.ymax-PCX_header.ymin+1)); 130 130 int y;
Note: See TracChangeset
for help on using the changeset viewer.