mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-02-16 19:50:52 -05:00
Use NULL where appropriate
This commit is contained in:
parent
e55b2ad639
commit
01f3168e71
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ LegoVideoManager::LegoVideoManager()
|
|||
m_renderer = NULL;
|
||||
m_3dManager = NULL;
|
||||
m_viewROI = NULL;
|
||||
m_direct3d = 0;
|
||||
m_direct3d = NULL;
|
||||
m_unk0xe6 = FALSE;
|
||||
memset(m_unk0x78, 0, sizeof(m_unk0x78));
|
||||
m_unk0x78[0] = 0x6c;
|
||||
|
@ -29,7 +29,7 @@ LegoVideoManager::LegoVideoManager()
|
|||
m_cursorX = m_cursorY;
|
||||
m_cursorYCopy = m_cursorY;
|
||||
m_cursorXCopy = m_cursorY;
|
||||
m_unk0x514 = 0;
|
||||
m_unk0x514 = NULL;
|
||||
m_fullScreenMovie = FALSE;
|
||||
m_drawFPS = FALSE;
|
||||
m_unk0x528 = 0;
|
||||
|
|
Loading…
Reference in a new issue