diff options
Diffstat (limited to 'queen/logic.cpp')
-rw-r--r-- | queen/logic.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/queen/logic.cpp b/queen/logic.cpp index 5929b76fd6..dac6854ef6 100644 --- a/queen/logic.cpp +++ b/queen/logic.cpp @@ -219,6 +219,9 @@ void Command_::readAllCommandsFrom(byte *&ptr) { +Common::RandomSource Logic::randomizer; + + Logic::Logic(Resource *resource, Graphics *graphics, Display *theDisplay, Input *input, Sound *sound) : _resource(resource), _graphics(graphics), _display(theDisplay), _input(input), _sound(sound) { |