mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Remove accidently committed code
This commit is contained in:
parent
f3f798c988
commit
4ea7841661
@ -504,7 +504,6 @@ MxResult LegoOmni::Create(MxOmniCreateParam& p_param)
|
|||||||
|
|
||||||
if (m_soundManager = new LegoSoundManager()) {
|
if (m_soundManager = new LegoSoundManager()) {
|
||||||
if (m_soundManager->Create(10, 0) != SUCCESS) {
|
if (m_soundManager->Create(10, 0) != SUCCESS) {
|
||||||
OutputDebugStringA("lego sound fail\n");
|
|
||||||
delete m_soundManager;
|
delete m_soundManager;
|
||||||
m_soundManager = NULL;
|
m_soundManager = NULL;
|
||||||
return FAILURE;
|
return FAILURE;
|
||||||
@ -513,7 +512,6 @@ MxResult LegoOmni::Create(MxOmniCreateParam& p_param)
|
|||||||
|
|
||||||
if (m_videoManager = new LegoVideoManager()) {
|
if (m_videoManager = new LegoVideoManager()) {
|
||||||
if (m_videoManager->Create(p_param.GetVideoParam(), 100, 0) != SUCCESS) {
|
if (m_videoManager->Create(p_param.GetVideoParam(), 100, 0) != SUCCESS) {
|
||||||
OutputDebugStringA("lego vid failure\n");
|
|
||||||
delete m_videoManager;
|
delete m_videoManager;
|
||||||
m_videoManager = NULL;
|
m_videoManager = NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user