mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
remove downloaded treasures and pots
This commit is contained in:
parent
15eb93ea77
commit
e326dd2bf7
5 changed files with 20 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue