Minor nit.

This commit is contained in:
Themaister 2012-10-11 00:21:08 +02:00
parent b7174a229e
commit 4474b18c8d

View File

@ -27,7 +27,7 @@
static HWND g_hwnd;
static HGLRC g_hrc;
static HDC g_hdc;
static HMONITOR g_last_hm = 0;
static HMONITOR g_last_hm;
static bool g_quit;
static bool g_inited;