Forráskód Böngészése

[fixed] another variable that needed adding for squats to maybe show the stamina use now, who knows?

Kevin_Smarts 1 éve
szülő
commit
f398752dda
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      locations/exercise.qsrc

+ 1 - 1
locations/exercise.qsrc

@@ -339,7 +339,7 @@ if $ARGS[0] = 'matrixdata':
 		*p '<TD><a href="exec:dynamic ''exer_rout<<ARGS[1]>>[i] = 4'' & gt ''exercise'', ''matrix''">Select</a></TD>'
 	end
 
-	exer_stam[i] = exer_stam0[i] + exer_stam1[i] + exer_stam2[i] + exer_stam3[i] + exer_stam4[i]
+	exer_stam[i] = exer_stam0[i] + exer_stam1[i] + exer_stam2[i] + exer_stam3[i] + exer_stam4[i] + exer_stam5[i]
 end
 
 if $ARGS[0] = 'butt':