LAB: Finally get rid of g_lab

This commit is contained in:
Strangerke 2015-12-13 23:22:34 +01:00 committed by Willem Jan Palenstijn
parent 974740d307
commit a784e2bd5c
5 changed files with 49 additions and 99 deletions

View file

@ -47,13 +47,8 @@
#include "lab/utils.h"
namespace Lab {
LabEngine *g_lab;
LabEngine::LabEngine(OSystem *syst, const ADGameDescription *gameDesc)
: Engine(syst), _gameDescription(gameDesc), _extraGameFeatures(0), _rnd("lab") {
g_lab = this;
_lastWaitTOFTicks = 0;
_isHiRes = false;