Преглед изворни кода

[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 ---------------------------------
+