diff options
Diffstat (limited to 'sword2/driver/d_draw.cpp')
-rw-r--r-- | sword2/driver/d_draw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/d_draw.cpp b/sword2/driver/d_draw.cpp index 26cf7a93b1..8971a79174 100644 --- a/sword2/driver/d_draw.cpp +++ b/sword2/driver/d_draw.cpp @@ -239,7 +239,7 @@ int32 InitialiseDisplay(int16 width, int16 height, int16 colourDepth, int32 wind DDSCAPS ddscaps; HRESULT hr; DDCAPS helCaps; - LARGE_INTEGER timerFrequency; + long int timerFrequency; int32 capsError = 0; |