Browse Source

[fixed] Apparently files needs two empty lines after the end line to be compiled into the game. Don't ask me why.

bgkjdgbizgblzdgbr 10 months ago
parent
commit
cd254427e0
1 changed files with 4 additions and 1 deletions
  1. 4 1
      locations/tabhead.qsrc

+ 4 - 1
locations/tabhead.qsrc

@@ -1,4 +1,5 @@
-#tabhead
+# tabhead
+
 '<center><b><table width="90%" cellspacing="0" cellpadding="0" valign="top"><tr>'
 tabscount = ARRSIZE('$tabsname')
 trwidth = 90 / tabscount
@@ -19,4 +20,6 @@ killvar 'tabscount'
 killvar 'trwidth'
 killvar '$tabsname'
 killvar '$tabsaction'
+
 --- tabhead ---------------------------------
+