summaryrefslogtreecommitdiff
path: root/src/mapsector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapsector.h')
-rw-r--r--src/mapsector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mapsector.h b/src/mapsector.h
index dac4ee8d6..e89247a92 100644
--- a/src/mapsector.h
+++ b/src/mapsector.h
@@ -22,11 +22,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "irrlichttypes.h"
#include "irr_v2d.h"
+#include "mapblock.h"
#include <ostream>
#include <map>
-#include <list>
+#include <vector>
-class MapBlock;
class Map;
class IGameDef;
@@ -61,7 +61,7 @@ public:
void deleteBlock(MapBlock *block);
- void getBlocks(std::list<MapBlock*> &dest);
+ void getBlocks(MapBlockVect &dest);
// Always false at the moment, because sector contains no metadata.
bool differs_from_disk;