1
0
forked from mirrors/0ad

Fix non-visual replay on Windows. Use the actual detected resolution.

Differential Revision: https://code.wildfiregames.com/D3208
This was SVN commit r24381.
This commit is contained in:
Stan
2020-12-12 08:18:24 +00:00
parent 00aeebea6d
commit aa3bd08513
4 changed files with 38 additions and 32 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class MiscSetup : public CxxTest::GlobalFixture
virtual bool setUpWorld()
{
// Timer must be initialised, else things will break when tests do IO
timer_LatchStartTime();
timer_Init();
#if OS_MACOSX || OS_BSD
// See comment in GameSetup.cpp FixLocales