$OpenBSD: patch-src_Core_Entities_PlanetEntity_h,v 1.1 2013/10/22 16:52:09 sebastia Exp $
--- src/Core/Entities/PlanetEntity.h.orig	Tue Oct 22 07:36:42 2013
+++ src/Core/Entities/PlanetEntity.h	Tue Oct 22 07:37:19 2013
@@ -65,6 +65,12 @@ typedef struct
 	GLuint					index_array[MAX_TRI_INDICES];
 }	VertexData;
 
+// straight c
+double		corona_speed_factor;	// multiply delta_t by this before adding it to corona_stage
+double		corona_stage;			// 0.0 -> 1.0
+GLfloat		rvalue[729];			// stores random values for adjusting colors in the corona
+
+
 @interface PlanetEntity: OOSelfDrawingEntity
 {
 @public
@@ -121,11 +127,6 @@ typedef struct
 	
 	Vector					rotationAxis;
 }
-
-// straight c
-double		corona_speed_factor;	// multiply delta_t by this before adding it to corona_stage
-double		corona_stage;			// 0.0 -> 1.0
-GLfloat		rvalue[729];			// stores random values for adjusting colors in the corona
 
 - (id) initSunWithColor:(OOColor*)sun_color andDictionary:(NSDictionary*) dict;
 - (id) initWithSeed:(Random_Seed) p_seed;
