diff --git a/src/ZE_ZEngine.cpp b/src/ZE_ZEngine.cpp
index 1caf998..e241996 100644
--- a/src/ZE_ZEngine.cpp
+++ b/src/ZE_ZEngine.cpp
@@ -13,7 +13,7 @@
\brief Central source file for ZEngine.
Actual implementation of ZEngine singleton class, the core of ZEngine.
-
$Id: ZE_ZEngine.cpp,v 1.52 2003/07/12 01:25:42 cozman Exp $
+
$Id: ZE_ZEngine.cpp,v 1.53 2003/07/13 05:35:11 cozman Exp $
\author James Turk
**/
@@ -50,7 +50,6 @@ ZEngine* ZEngine::GetInstance()
sInstance = new ZEngine;
return sInstance;
- sInstance = NULL;
}
void ZEngine::ReleaseInstance()