comparison Outdoor.cpp @ 1206:ab6560001f5b

arrays to std::arrays phase 2 - some more arrays converted
author Grumpy7
date Sun, 09 Jun 2013 01:10:49 +0200
parents 8c02e6f74b29
children 96a81634669e
comparison
equal deleted inserted replaced
1205:8c02e6f74b29 1206:ab6560001f5b
41 OutdoorLocation *pOutdoor = new OutdoorLocation; 41 OutdoorLocation *pOutdoor = new OutdoorLocation;
42 OutdoorCamera *pOutdoorCamera; 42 OutdoorCamera *pOutdoorCamera;
43 43
44 44
45 stru149 stru_8019C8; 45 stru149 stru_8019C8;
46 stru148 array_77EC08[2000 + 18000]; 46 std::array<stru148, 2000 + 18000> array_77EC08;
47 Surf stru_80C980; 47 Surf stru_80C980;
48 Edge defaultEdge; // weak 48 Edge defaultEdge; // weak
49 Edge stru_80C9A4; 49 Edge stru_80C9A4;
50 Edge stru_80C9D8; 50 Edge stru_80C9D8;
51 51