Mercurial > mm7
comparison Engine/Spells/Spells.cpp @ 2567:d569340b05ff
Few constants changed into enum values
author | a.parshin |
---|---|
date | Thu, 21 May 2015 01:50:59 +0200 |
parents | 30eb6dcac768 |
children |
comparison
equal
deleted
inserted
replaced
2566:30eb6dcac768 | 2567:d569340b05ff |
---|---|
1 #define _CRTDBG_MAP_ALLOC | 1 #define _CRTDBG_MAP_ALLOC |
2 #define _CRT_SECURE_NO_WARNINGS | |
2 #include <stdlib.h> | 3 #include <stdlib.h> |
3 #include <crtdbg.h> | 4 #include <crtdbg.h> |
4 | |
5 #define _CRT_SECURE_NO_WARNINGS | |
6 #include <stdlib.h> | 5 #include <stdlib.h> |
7 | 6 |
8 #include "Engine/Engine.h" | 7 #include "Engine/Engine.h" |
8 #include "Engine/LOD.h" | |
9 #include "Engine/texts.h" | |
10 #include "Engine/stru6.h" | |
11 #include "Engine/Graphics/Overlays.h" | |
12 #include "Engine/Graphics/Indoor.h" | |
13 #include "Engine/Objects/SpriteObject.h" | |
14 #include "Engine/Objects/ObjectList.h" | |
15 #include "Engine/Objects/Actor.h" | |
9 | 16 |
10 #include "Spells.h" | 17 #include "Spells.h" |
11 #include "Engine/Graphics/Overlays.h" | |
12 #include "../LOD.h" | |
13 #include "../texts.h" | |
14 | |
15 #include "../Party.h" | 18 #include "../Party.h" |
16 #include "../OurMath.h" | 19 #include "../OurMath.h" |
17 #include "Engine/Objects/SpriteObject.h" | 20 |
18 #include "Engine/Objects/ObjectList.h" | |
19 #include "Engine/Graphics/Indoor.h" | |
20 #include "Media/Audio/AudioPlayer.h" | 21 #include "Media/Audio/AudioPlayer.h" |
21 #include "Engine/Objects/Actor.h" | |
22 #include "stru6.h" | |
23 | 22 |
24 | 23 |
25 std::array<TownPortalData, 6> TownPortalList = // 4ECBB8 | 24 std::array<TownPortalData, 6> TownPortalList = // 4ECBB8 |
26 {{ | 25 {{ |
27 {Vec3_int_(-5121, 2107, 1), 1536, 0, 21, 0}, | 26 {Vec3_int_(-5121, 2107, 1), 1536, 0, 21, 0}, |