Start work on TorrentSynchronization

This commit is contained in:
Emil Axelsson
2017-11-06 19:07:52 +01:00
parent 1f33359697
commit e201dec907
23 changed files with 377 additions and 108 deletions

View File

@@ -117,7 +117,7 @@ private:
std::vector<std::string> _backwardScripts;
int _currentIndex = 0;
double _currentTime;
double _currentTime = 0;
};