diff GUI/GUIProgressBar.h @ 2572:d87bfbd3bb3b

Step towards unification of Texture and RGBTexture (class Image)
author a.parshin
date Sat, 05 Mar 2016 01:51:54 +0200
parents a77c34acdbc9
children dd36326a9994
line wrap: on
line diff
--- a/GUI/GUIProgressBar.h	Mon Oct 05 00:19:13 2015 +0200
+++ b/GUI/GUIProgressBar.h	Sat Mar 05 01:51:54 2016 +0200
@@ -36,14 +36,21 @@
   //char field_15;
   //char field_16;
   //char field_17;
-  RGBTexture pLoadingBg;
-  RGBTexture field_40;
-  RGBTexture field_68;
-  RGBTexture field_90;
-  RGBTexture field_B8;
+  //RGBTexture pLoadingBg; // 18
+  //RGBTexture field_40;
+  //RGBTexture field_68;
+  //RGBTexture field_90;
+  //RGBTexture field_B8;
   struct Texture field_E0;
   struct Texture pBardata;
   struct Texture pLoadingProgress;
+
+
+  inline GUIProgressBar():
+      loading_bg(nullptr)
+  {}
+
+  struct Image *loading_bg;
 };
 #pragma pack(pop)