瀏覽代碼

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

bgkjdgbizgblzdgbr 1 年之前
父節點
當前提交
cd254427e0
共有 1 個文件被更改,包括 4 次插入1 次删除
  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 ---------------------------------
+