diff --git a/loader/include/Geode/cocos/include/ccTypes.h b/loader/include/Geode/cocos/include/ccTypes.h
index 2f44f4ce..5ef419c7 100644
--- a/loader/include/Geode/cocos/include/ccTypes.h
+++ b/loader/include/Geode/cocos/include/ccTypes.h
@@ -48,10 +48,9 @@ typedef struct _ccColor3B
 typedef struct _ccHSVValue
 {
     float h, s, v;
-    GLubyte absoluteSaturation;
-    GLubyte absoluteBrightness;
     bool saturationChecked;
     bool brightnessChecked;
+    private: unsigned char __pad[2];
 } ccHSVValue;
 
 static inline ccHSVValue