Mercurial > mm7
comparison Actor.cpp @ 2001:79cdb74efa93
mistake in previous commit
author | zipi |
---|---|
date | Tue, 05 Nov 2013 22:07:34 +0000 |
parents | 985fff9fb62d |
children | 7a9477135943 |
comparison
equal
deleted
inserted
replaced
2000:985fff9fb62d | 2001:79cdb74efa93 |
---|---|
40 | 40 |
41 | 41 |
42 std::array<Actor, 500> pActors; | 42 std::array<Actor, 500> pActors; |
43 size_t uNumActors; | 43 size_t uNumActors; |
44 | 44 |
45 std::array<stru319, 2000> stru_50C198; // idb | 45 stru319 stru_50C198; // idb |
46 | 46 |
47 | 47 |
48 std::array<uint, 5> dword_4DF380_hostilityRanges = {0,1024,2560,5120,10240}; | 48 std::array<uint, 5> dword_4DF380_hostilityRanges = {0,1024,2560,5120,10240}; |
49 | 49 |
50 | 50 |