소스 검색

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