|
|
|
|
@ -154,7 +154,7 @@ extern std::unique_ptr<byte[]> pDungeonCels;
|
|
|
|
|
/**
|
|
|
|
|
* List tile properties |
|
|
|
|
*/ |
|
|
|
|
extern std::array<TileProperties, MAXTILES> SOLData; |
|
|
|
|
extern DVL_API_FOR_TEST std::array<TileProperties, MAXTILES> SOLData; |
|
|
|
|
/** Specifies the minimum X,Y-coordinates of the map. */ |
|
|
|
|
extern Point dminPosition; |
|
|
|
|
/** Specifies the maximum X,Y-coordinates of the map. */ |
|
|
|
|
|