소스 검색

allow go into the initial scene without the argument 'start'

rachels 4 년 전
부모
커밋
142d51e1da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      locations/obroom.qsrc

+ 1 - 1
locations/obroom.qsrc

@@ -1,6 +1,6 @@
 # obroom
 
-if $ARGS[0] = 'start':
+if $ARGS[0] = 'start' or $ARGS[0] = '':
 	$sexloc = 'obroom'
 	CLOSE ALL
 	$loc_arg = 'start'