diff options
Diffstat (limited to 'src/com')
-rwxr-xr-x | src/com/fourisland/fourpuzzle/gamestate/mapview/Map.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/fourisland/fourpuzzle/gamestate/mapview/Map.java b/src/com/fourisland/fourpuzzle/gamestate/mapview/Map.java index 8b262dd..9e5298b 100755 --- a/src/com/fourisland/fourpuzzle/gamestate/mapview/Map.java +++ b/src/com/fourisland/fourpuzzle/gamestate/mapview/Map.java | |||
@@ -74,7 +74,7 @@ public class Map { | |||
74 | } | 74 | } |
75 | 75 | ||
76 | temp.mapData = new Vector<HashMap<Integer,Integer>>(getMapData()); | 76 | temp.mapData = new Vector<HashMap<Integer,Integer>>(getMapData()); |
77 | temp.events = getEvents().copy(this); | 77 | temp.events = getEvents().copy(temp); |
78 | 78 | ||
79 | return temp; | 79 | return temp; |
80 | } | 80 | } |