Changeset 38509
- Timestamp:
- Jun 21, 2015, 8:49:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150616/Ohana/src/kapa2/src/bDrawIt.c
r38465 r38509 3 3 bDrawBuffer *bDrawIt (png_color *palette, int Npalette, int Nbyte) { 4 4 5 int i, Nsection;5 int i, j, Nsection; 6 6 bDrawBuffer *buffer; 7 7 bDrawColor black; … … 23 23 section = GetSectionByNumber (i); 24 24 bDrawImage (buffer, section->image, graphic); 25 for ( i = 0; section->image && (i < NOVERLAYS); i++) {26 if (section->image->overlay[ i].active) bDrawOverlay (buffer, section->image, i);25 for (j = 0; section->image && (j < NOVERLAYS); j++) { 26 if (section->image->overlay[j].active) bDrawOverlay (buffer, section->image, j); 27 27 } 28 28 bDrawGraph (buffer, section->graph);
Note:
See TracChangeset
for help on using the changeset viewer.
