aboutsummaryrefslogtreecommitdiff
path: root/nomsu_compiler.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-10 17:13:48 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-10 17:13:53 -0700
commit26a6174f28191fe3364e30c76c1c7a5814e7c5ab (patch)
tree15b5cdd02958d449021228d2afb239e11e4dbe1b /nomsu_compiler.lua
parent3fd5687370c3ef28c1878a79f0b4173e7212795f (diff)
Fixed dumb bug.
Diffstat (limited to 'nomsu_compiler.lua')
-rw-r--r--nomsu_compiler.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua
index ca4b760..103a31e 100644
--- a/nomsu_compiler.lua
+++ b/nomsu_compiler.lua
@@ -493,6 +493,7 @@ do
end
end
map_sources(lua)
+ map[lua_line] = map[lua_line] or nomsu_line
map[0] = 0
SOURCE_MAP[source_key] = map
end