Mercurial > mm7
comparison UI/UIArena.cpp @ 2415:f4af3b203f65
LOD.cpp cleaned and search memory corrupt
author | Ritor1 |
---|---|
date | Sun, 20 Jul 2014 22:38:31 +0600 |
parents | 8cee51ce4382 |
children | 5abd8fc8f1c6 |
comparison
equal
deleted
inserted
replaced
2414:0673a59ec9e5 | 2415:f4af3b203f65 |
---|---|
1 #define _CRTDBG_MAP_ALLOC | |
2 #include <stdlib.h> | |
3 #include <crtdbg.h> | |
4 | |
1 #define _CRT_SECURE_NO_WARNINGS | 5 #define _CRT_SECURE_NO_WARNINGS |
2 | 6 |
3 #include "mm7_data.h" | 7 #include "../mm7_data.h" |
4 #include "Sprites.h" | 8 #include "../Sprites.h" |
5 | 9 |
6 #include "GUIWindow.h" | 10 #include "../GUIWindow.h" |
7 #include "GUIFont.h" | 11 #include "../GUIFont.h" |
8 #include "Party.h" | 12 #include "../Party.h" |
9 #include "AudioPlayer.h" | 13 #include "../AudioPlayer.h" |
10 #include "Outdoor.h" | 14 #include "../Outdoor.h" |
11 #include "LOD.h" | 15 #include "../LOD.h" |
12 #include "Actor.h" | 16 #include "../Actor.h" |
13 #include "Events.h" | 17 #include "../Events.h" |
14 #include "Viewport.h" | 18 #include "../Viewport.h" |
15 #include "texts.h" | 19 #include "../texts.h" |
16 #include "MM7.h" | 20 #include "../MM7.h" |
17 | 21 |
18 std::array<Vec2_int_, 20> pMonsterArenaPlacements = | 22 std::array<Vec2_int_, 20> pMonsterArenaPlacements = |
19 {{ | 23 {{ |
20 Vec2_int_(1524, 8332), | 24 Vec2_int_(1524, 8332), |
21 Vec2_int_(2186, 8844), | 25 Vec2_int_(2186, 8844), |