goodbye current engine static variable

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@446 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-09-19 23:33:46 +00:00
parent 5cb819a1bd
commit 1cd5bee920

View File

@ -122,9 +122,7 @@ typedef enum {
class projectM {
public:
static const std::string PROJECTM_PRESET_PATH;
static projectM *currentEngine;
Renderer *renderer;
RenderTarget *renderTarget;
TextureManager *textureManager;