From 5f6eb39a9e356207f39aea996032b9237ce11f2b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 7 Mar 2020 23:45:30 +0100 Subject: [PATCH] export void teleportTo --- orbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orbs.cpp b/orbs.cpp index 73b01f6a..af39accf 100644 --- a/orbs.cpp +++ b/orbs.cpp @@ -553,7 +553,7 @@ int teleportAction() { else return 2; } -void teleportTo(cell *dest) { +EX void teleportTo(cell *dest) { playSound(dest, "other-teleport"); if(dest->monst) { cwt.at->monst = dest->monst;