LAB: Finally get rid of g_lab
This commit is contained in:
parent
974740d307
commit
a784e2bd5c
5 changed files with 49 additions and 99 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue