Explorar o código

[fixes] a goto in upper case (GT) breaks a link on the mainscreen in the android version

julzor %!s(int64=5) %!d(string=hai) anos
pai
achega
2760dd5a7e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      locations/road.qsrc

+ 2 - 2
locations/road.qsrc

@@ -84,7 +84,7 @@ if $ARGS[0] = '':
 
 	if nroad = 0:
 		'You''re on the outskirts of St. Petersburg. You see a number of crudely made huts near the trees, a bunch of homeless people must have sought shelter here.'
-		'A <a href="exec:minut+=5&GT ''furi''">lorry</a> is parked next to the road. The driver is currently taking a break, and is having a cigarette. He could probably bring you to Pavlovsk, for a price...'
+		'A <a href="exec:minut += 5 & gt ''furi''">lorry</a> is parked next to the road. The driver is currently taking a break, and is having a cigarette. He could probably bring you to Pavlovsk, for a price...'
 	elseif nroad = 1:
 		'You''re not very far from St. Petersburg. You see a bunch of <a href="exec:minut += 15 & gt ''psiklin'',''start''">luxury houses</a> not far from the road. That settlement looks like it''s very expensive to live in.'
 	elseif nroad = 2:
@@ -125,7 +125,7 @@ if $ARGS[0] = '':
 		''
 	elseif nroad = 20:
 		'The main road ends at the old provincial town of Pavlovsk. You can see the castle from a distance.'
-		'A <a href="exec:minut+=5&GT ''furi''">lorry</a> is parked next to the road. The driver is currently taking a break, and is having a cigarette. He could probably bring you to St. Petersburg, for a price...'
+		'A <a href="exec:minut += 5 & gt ''furi''">lorry</a> is parked next to the road. The driver is currently taking a break, and is having a cigarette. He could probably bring you to St. Petersburg, for a price...'
 		'A small road leads to an almost hidden old <a href="exec:gt ''brothel'', ''lobby''">hotel</a>. Usually tourists use it when passing by or when visiting the old town of Pavlovsk.'
 	end
 end