diff stru159.h @ 1207:96a81634669e

arrays to std::arrays phase 3 - finishing global arrays undone changes in render.h, because framerate dropped by half
author Grumpy7
date Sun, 09 Jun 2013 01:30:36 +0200
parents c45d51b3f4f4
children fd3bea473c0c
line wrap: on
line diff
--- a/stru159.h	Sun Jun 09 01:10:49 2013 +0200
+++ b/stru159.h	Sun Jun 09 01:30:36 2013 +0200
@@ -16,4 +16,4 @@
 #pragma pack(pop)
 
 
-extern  const stru159 pAnimatedRooms[196];
\ No newline at end of file
+extern  std::array<const stru159, 196> pAnimatedRooms;
\ No newline at end of file