summaryrefslogtreecommitdiff
path: root/VP-textwork.lua
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2012-10-28 23:41:19 -0700
committerPixel <pixel@nobis-crew.org>2012-10-28 23:41:19 -0700
commit2365582733668c3018ee2b04a7cd27e57e3cc550 (patch)
treef85517a9aaec3609475742d1043c2dd542f171bd /VP-textwork.lua
parentf37bccb877d23a3094e7b98f2742ed66fcdb00b6 (diff)
Fixing the delay tags.
Diffstat (limited to 'VP-textwork.lua')
-rw-r--r--VP-textwork.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/VP-textwork.lua b/VP-textwork.lua
index acc196e..c3312f7 100644
--- a/VP-textwork.lua
+++ b/VP-textwork.lua
@@ -74,11 +74,11 @@ function dump_special(script, code)
t = script:readU8()
u = script:readU8()
if u == 0 then
- return '<delay0 t="' .. t .. '">', ""
+ return '<delay0 t="' .. t .. '"/>', ""
elseif u == 1 then
- return '<delay1 t="' .. t .. '">', ""
+ return '<delay1 t="' .. t .. '"/>', ""
else
- return '<delay t="' .. t .. '" u="' .. u .. '">', ""
+ return '<delay t="' .. t .. '" u="' .. u .. '"/>', ""
end
elseif code == 18 then
return "<ssync/>", ""