Index: /branches/eam_branches/ipp-20150419/Ohana/src/kapa2/src/bDrawIt.c
===================================================================
--- /branches/eam_branches/ipp-20150419/Ohana/src/kapa2/src/bDrawIt.c	(revision 38287)
+++ /branches/eam_branches/ipp-20150419/Ohana/src/kapa2/src/bDrawIt.c	(revision 38288)
@@ -23,8 +23,8 @@
       section = GetSectionByNumber (i);
       bDrawImage (buffer, section->image, graphic);
-      bDrawGraph (buffer, section->graph);
-      for (i = 0; i < NOVERLAYS; i++) {
+      for (i = 0; section->image && (i < NOVERLAYS); i++) {
 	if (section->image->overlay[i].active) bDrawOverlay (buffer, section->image, i);
       }
+      bDrawGraph (buffer, section->graph);
   }
 
