Browse Source

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

rachels 3 years ago
parent
commit
142d51e1da
1 changed files with 1 additions and 1 deletions
  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'