remove downloaded treasures and pots

This commit is contained in:
SilicaAndPina 2021-02-07 17:29:06 +13:00
parent 15eb93ea77
commit e326dd2bf7
5 changed files with 20 additions and 2 deletions

View file

@ -101,9 +101,9 @@ namespace HISP.Game
oMapData = new byte[Width * Height];
int ii = 8;
for (int i = 0; i < MapData.Length; i++)
{
oMapData[i] = worldMap[ii];
MapData[i] = worldMap[ii+ 1];
ii += 2;