diff Items.cpp @ 1202:0dbf6c4dd029

arrays to std::arrays phase 1
author Grumpy7
date Sat, 08 Jun 2013 21:33:22 +0200
parents 29a8defbad9e
children 8c02e6f74b29
line wrap: on
line diff
--- a/Items.cpp	Sat Jun 08 19:34:33 2013 +0200
+++ b/Items.cpp	Sat Jun 08 21:33:22 2013 +0200
@@ -28,7 +28,7 @@
 	};
 
 
-const char uItemsAmountPerShopType[5]={ 0, 6, 8, 12, 12};
+std::array<const char, 5> uItemsAmountPerShopType={ 0, 6, 8, 12, 12};
 
 const ITEM_VARIATION shopWeap_variation_ord[15] ={
 	{ 0, { 0, 0, 0, 0 }},