uninitialized var

This commit is contained in:
Erwin Coumans 2006-07-06 01:16:30 +00:00
parent f12b19cc2d
commit 8e9acb4f96

@ -83,7 +83,7 @@ GHOST_TSuccess GHOST_ISystem::createSystem()
GHOST_TSuccess GHOST_ISystem::disposeSystem()
{
GHOST_TSuccess success;
GHOST_TSuccess success = GHOST_kSuccess;
if (m_system) {
delete m_system;
m_system = 0;