Mercurial > mm7
comparison Outdoor.cpp @ 1828:35c1e4ff6ba7
party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
author | Grumpy7 |
---|---|
date | Fri, 11 Oct 2013 07:04:19 +0200 |
parents | c6fe09a06712 |
children | f92e0bab7c78 |
comparison
equal
deleted
inserted
replaced
1827:0c75c3e7e436 | 1828:35c1e4ff6ba7 |
---|---|
33 | 33 |
34 #include "MapInfo.h" | 34 #include "MapInfo.h" |
35 #include "Outdoor_stuff.h" | 35 #include "Outdoor_stuff.h" |
36 #include "BSPModel.h" | 36 #include "BSPModel.h" |
37 #include "GUIWindow.h" | 37 #include "GUIWindow.h" |
38 #include "Level/Decoration.h" | |
38 | 39 |
39 MapStartPoint uLevel_StartingPointType; // weak | 40 MapStartPoint uLevel_StartingPointType; // weak |
40 | 41 |
41 OutdoorLocation *pOutdoor = new OutdoorLocation; | 42 OutdoorLocation *pOutdoor = new OutdoorLocation; |
42 ODMRenderParams *pODMRenderParams; | 43 ODMRenderParams *pODMRenderParams; |