summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-10-23 16:39:44 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-10-23 16:39:44 +0000
commit0c3a3264db6b746c64a3f3145b73c0e5a846e7fc (patch)
tree80a8d96fbb203f5c950507c92eed18ed601a8fef
parentcca4454a7b301cabc4ade06cc3db375df4737847 (diff)
downloadmanaserv-0c3a3264db6b746c64a3f3145b73c0e5a846e7fc.tar.gz
manaserv-0c3a3264db6b746c64a3f3145b73c0e5a846e7fc.tar.bz2
manaserv-0c3a3264db6b746c64a3f3145b73c0e5a846e7fc.tar.xz
manaserv-0c3a3264db6b746c64a3f3145b73c0e5a846e7fc.zip
little format fix
-rw-r--r--data/scripts/test.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/scripts/test.lua b/data/scripts/test.lua
index 7be03653..e98fca66 100644
--- a/data/scripts/test.lua
+++ b/data/scripts/test.lua
@@ -23,8 +23,7 @@ atinit(function()
create_npc("Scorpion Tamer", 126, 45 * TILESIZE + 16, 25 * TILESIZE + 16, npc5_talk, nil)
create_npc("Guard", 122, 58 * TILESIZE + 16, 15 * TILESIZE + 16, npc6_talk, npc6_update)
create_npc("Fire Demon", 202, 58 * TILESIZE + 16, 35 * TILESIZE + 16, firedemon_talk, firedemon_update)
- create_npc("Post Box", 158, 45 * TILESIZE + 16, 22 * TILESIZE + 16,
-post_talk)
+ create_npc("Post Box", 158, 45 * TILESIZE + 16, 22 * TILESIZE + 16, post_talk)
tmw.trigger_create(56 * TILESIZE, 32 * TILESIZE, 64, 64, "patrol_waypoint", 1, true)
tmw.trigger_create(63 * TILESIZE, 32 * TILESIZE, 64, 64, "patrol_waypoint", 2, true)