From 7cd149c3c697be87e302eb75f84f53698e1977cc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 9 Jan 2014 20:06:39 +0100 Subject: [PATCH] (D3D) Build fix --- gfx/d3d9/d3d9.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/d3d9/d3d9.hpp b/gfx/d3d9/d3d9.hpp index 8c9c3377aa..4ddaa5d2e6 100644 --- a/gfx/d3d9/d3d9.hpp +++ b/gfx/d3d9/d3d9.hpp @@ -97,7 +97,7 @@ struct D3DVideo LPD3DXFONT font; #endif HRESULT d3d_err; - static unsigned cur_mon_id; + unsigned cur_mon_id; unsigned screen_width; unsigned screen_height;