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

[fixed] $loc never got renamed when the file did. Reported on TFGS

Anya пре 2 година
родитељ
комит
4a71e5698e
1 измењених фајлова са 7 додато и 7 уклоњено
  1. 7 7
      locations/city_nightclub.qsrc

+ 7 - 7
locations/city_nightclub.qsrc

@@ -85,9 +85,9 @@ if $ARGS[0] = 'start':
 end
 
 if $ARGS[0] = 'inside':
-	$loc = 'club'
+	$loc = 'city_nightclub'
 	$loc_arg = 'inside'
-	$menu_loc = 'club'
+	$menu_loc = 'city_nightclub'
 	$menu_arg = 'inside'
 	menu_off = 0
 	$location_type = 'public_indoors'
@@ -183,7 +183,7 @@ if $ARGS[0] = 'inside':
 end
 
 if $ARGS[0] = 'toi':
-	$menu_loc = 'club'
+	$menu_loc = 'city_nightclub'
 	$menu_arg = 'toi'
 	menu_off = 0
 	*clr & cla
@@ -229,12 +229,12 @@ end
 
 if $ARGS[0] = 'tou':
 	$loc_arg = 'tou'
-	$loc = 'club'
-	$locM = 'club'
+	$loc = 'city_nightclub'
+	$locM = 'city_nightclub'
 	$locM_arg = 'tou'
     $location_type = 'bathroom'
 	$locclass = 'restroom'
-	$menu_loc = 'club'
+	$menu_loc = 'city_nightclub'
 	$menu_arg = 'tou'
 	menu_off = 0
 	*clr & cla
@@ -258,7 +258,7 @@ end
 
 if $ARGS[0] = 'dance':
 	*clr & cla
-	$menu_loc = 'club'
+	$menu_loc = 'city_nightclub'
 	$menu_arg = 'dance'
 	menu_off = 0
 	gs 'stat'