diff Gui/app.c @ 8949:d07ab8e088a9

correct skin changing (fix one critical bug)
author pontscho
date Mon, 13 Jan 2003 23:38:49 +0000
parents ef8c992672f4
children 0a665389cf2b
line wrap: on
line diff
--- a/Gui/app.c	Mon Jan 13 19:39:57 2003 +0000
+++ b/Gui/app.c	Mon Jan 13 23:38:49 2003 +0000
@@ -138,6 +138,8 @@
  item->subR=0;
  item->subG=0;
  item->subB=0;
+ item->barIsPresent=0;
+ item->menuIsPresent=0;
 }
 
 int appFindKey( unsigned char * name )