Skip to content
Snippets Groups Projects
Commit bffc6b11 authored by Robin Ruud Kristensen's avatar Robin Ruud Kristensen
Browse files

added destroying lists

parent 758cc2b8
No related branches found
No related tags found
2 merge requests!76Juliuses nye super branch,!67maybe fixed spawning of enemies
......@@ -231,6 +231,16 @@ namespace Bigsock
return roomID++;
}
public static void SetRoomIDZero() {
roomID = 0;
}
public static void resetMaps()
{
DoorLocations.Clear();
MapBoundaryList.Clear();
}
/*
Returns the ID of the previous room*/
public static int LastRoom()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment