LAB: Fix a regression related to random number generation, some renaming

This commit is contained in:
Strangerke 2015-12-14 12:40:19 +01:00 committed by Willem Jan Palenstijn
parent cbf4c876e5
commit 21e6f40301
7 changed files with 75 additions and 69 deletions

View file

@ -48,7 +48,7 @@
namespace Lab {
LabEngine::LabEngine(OSystem *syst, const ADGameDescription *gameDesc)
: Engine(syst), _gameDescription(gameDesc), _extraGameFeatures(0), _rnd("lab") {
: Engine(syst), _gameDescription(gameDesc), _extraGameFeatures(0) {
_lastWaitTOFTicks = 0;
_isHiRes = false;