Changeset 38288
- Timestamp:
- May 18, 2015, 8:25:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150419/Ohana/src/kapa2/src/bDrawIt.c
r38270 r38288 23 23 section = GetSectionByNumber (i); 24 24 bDrawImage (buffer, section->image, graphic); 25 bDrawGraph (buffer, section->graph); 26 for (i = 0; i < NOVERLAYS; i++) { 25 for (i = 0; section->image && (i < NOVERLAYS); i++) { 27 26 if (section->image->overlay[i].active) bDrawOverlay (buffer, section->image, i); 28 27 } 28 bDrawGraph (buffer, section->graph); 29 29 } 30 30
Note:
See TracChangeset
for help on using the changeset viewer.
