mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 23:48:01 +00:00
7de746cc58
Moves StartVisualReplay() from JSInterface_VisualReplay.cpp to VisualReplay.cpp, so that the former doesn't define any logic. Uses replayFile.string8() instead of utf8_from_wstring(replayFile.string()). SAFE_DELETE instead of delete. Fixes a compiler warning in getReplayDuration(). This was SVN commit r17314.