summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 450d7a39..ead3a99d 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -550,12 +550,12 @@ function script camera {
}
function script mapmask {
- setmapmask getmapname(), getarg(0);
+ sendmapmask getmapname(), getarg(0);
return;
}
function script getmask {
- return getmapmask(getmapname());
+ return 1; //getmapmask(getmapname()); // TODO: Return original map masks
}
// isat( map, x, y )