diff stru367.h @ 1279:34c433886ed4

* indoor working * process party actions crash fixed
author zipi
date Sat, 15 Jun 2013 12:33:13 +0100
parents b44dee7e70e8
children 6bbd50bda571
line wrap: on
line diff
--- a/stru367.h	Sat Jun 15 07:52:05 2013 +0200
+++ b/stru367.h	Sat Jun 15 12:33:13 2013 +0100
@@ -7,34 +7,12 @@
 struct stru367
 {
 	int field_0;
-	int field_4[13];
-	int field_38[2];
-	int _view_transformed_ys_minus1;
-	int _view_transformed_ys[57];
-	int field_128[2];
-	int _view_transformed_zs_minus1;
-	int _view_transformed_zs[57];
-	int field_218[2];
-	int _view_transformed_xs_minus1;
-	int _view_transformed_xs[45];
-	int _screen_space_y[2];
-	int field_2E0;
-	int field_2E4[2];
-	int field_2EC;
-	int field_2F0[2];
-	int field_2F8;
-	int _ys[3];
-	int _ys2[48];
-	int _screen_space_x[2];
-	int field_3D0;
-	int field_3D4[2];
-	int field_3DC;
-	//int field_3E0;
-	int _xs[54];
-	int field_3E4;
-	int field_3E8;
-	int _xs2[3];
-	int _xs3[48];
+	std::array<int, 13> field_4;
+	std::array<int, 60> _view_transformed_ys;
+	std::array<int, 60> _view_transformed_zs;
+	std::array<int, 48> _view_transformed_xs;
+	std::array<int, 60> _screen_space_y;
+	std::array<int, 60> _screen_space_x;
 };
 #pragma pack(pop)