Mercurial > mm7
diff UI/Books/UIMapBook.cpp @ 2464:104fdbea0386
cleaning project part 2
author | zipi |
---|---|
date | Sun, 17 Aug 2014 17:49:34 +0100 |
parents | 8cee51ce4382 |
children | 7b076fe64f23 |
line wrap: on
line diff
--- a/UI/Books/UIMapBook.cpp Sun Aug 17 15:13:18 2014 +0100 +++ b/UI/Books/UIMapBook.cpp Sun Aug 17 17:49:34 2014 +0100 @@ -1,7 +1,6 @@ #define _CRT_SECURE_NO_WARNINGS #include "UIMapBook.h" #include "..\..\Events.h" -#include "..\..\mm7_unsorted_subs.h" #include "..\..\MM7.h" #include "..\..\Render.h" #include "..\..\Mouse.h" @@ -20,6 +19,8 @@ // #include "..\..\mm7_data.h" + + std::array<__int16, 6> pTownPortalBook_xs = {{260, 324, 147, 385, 390, 19}}; std::array<__int16, 6> pTownPortalBook_ys = {{206, 84, 182, 239, 17, 283}};