Browse Source

Updated so wopr resumes correctly.

Steve Thielemann 2 years ago
parent
commit
f671f9126e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testdoor/testdoor.go

+ 1 - 1
testdoor/testdoor.go

@@ -656,7 +656,7 @@ func main() {
 	}
 
 	var wopr door.WOPR
-	wopr.Init(d.TimeUsed(), d.TimeLeft(), "")
+	wopr.Init(d.StartTime, d.TimeOut, "") // TimeUsed(), d.TimeLeft(), "")
 	wopr.ElapsedPanel.X = door.Width - 19
 	wopr.ElapsedPanel.Y = door.Height - 15
 	wopr.RemainingPanel.X = door.Width - 19