mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
ASYLUM: Fixed compilation
git-svn-id: http://asylumengine.googlecode.com/svn/trunk@281 0bfb4aae-4ea4-11de-8d8d-752d95cf3e3c
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include "common/events.h"
|
||||
#include "common/system.h"
|
||||
#include "common/file.h"
|
||||
#include "common/EventRecorder.h"
|
||||
|
||||
#include "asylum/asylum.h"
|
||||
#include "asylum/respack.h"
|
||||
@@ -49,7 +50,7 @@ AsylumEngine::AsylumEngine(OSystem *system, Common::Language language)
|
||||
Common::File::addDefaultDirectory(_gameDataDir.getChild("Vids"));
|
||||
Common::File::addDefaultDirectory(_gameDataDir.getChild("Music"));
|
||||
|
||||
_eventMan->registerRandomSource(_rnd, "asylum");
|
||||
g_eventRec.registerRandomSource(_rnd, "asylum");
|
||||
}
|
||||
|
||||
AsylumEngine::~AsylumEngine() {
|
||||
|
||||
Reference in New Issue
Block a user