LAB: Fix a regression related to random number generation, some renaming
This commit is contained in:
parent
cbf4c876e5
commit
21e6f40301
7 changed files with 75 additions and 69 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue