Refactor: int bVideoMode -> uint32_t uVideoMode

This commit is contained in:
tomcw
2016-11-06 21:59:45 +00:00
parent 421d9a77f6
commit 981b711fef
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ public:
private:
bool m_bIsVideoModeValid;
UINT m_uVideoMode;
uint32_t m_uVideoMode;
static DebugVideoMode m_Instance;
};