nvs / gem

Gem TD+: A Warcraft III Tower Defense
https://discord.gg/PxNNp77
26 stars 2 forks source link

1.6: Progress timestamp does not match game clock #451

Closed nvs closed 5 years ago

nvs commented 5 years ago

Something change in the board along the way is causing the wrong timestamp to be written. Okay, a bit of researched has pointed to this commit: 128ac1712b1f659a679649614073406aa3873dd2. Essentially, the old timer was started when the game clock was started. However, that is not the case now. Instead, when Time__Now () is called the full game duration is returned. This is not accurate, as we want the duration only since the clock has started.