diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-04 19:20:27 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-04 19:20:27 +0100 |
commit | 7d0c182c3ab2082e982ade8a754c10aac9bf877b (patch) | |
tree | 8098655788f40c1e06f47b61f8dbbf266f3f71de | |
parent | e543b04d8c63e5f8385a4b4f4cd4c88b95cbedbc (diff) | |
download | clientdata-7d0c182c3ab2082e982ade8a754c10aac9bf877b.tar.gz clientdata-7d0c182c3ab2082e982ade8a754c10aac9bf877b.tar.bz2 clientdata-7d0c182c3ab2082e982ade8a754c10aac9bf877b.tar.xz clientdata-7d0c182c3ab2082e982ade8a754c10aac9bf877b.zip |
fixing warp in 032-1
-rw-r--r-- | maps/032-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/032-1.tmx b/maps/032-1.tmx index 769ed088..c2759059 100644 --- a/maps/032-1.tmx +++ b/maps/032-1.tmx @@ -47,7 +47,7 @@ <objectgroup name="Object Layer 1" width="100" height="100"> <object name="ToCave" type="WARP" x="2048" y="1664" width="32" height="32"> <properties> - <property name="dest_map" value="031-3"/> + <property name="dest_map" value="032-3"/> <property name="dest_x" value="1808"/> <property name="dest_y" value="1904"/> </properties> |