From 50c2d8954d229145b508a9e822c6f49b353b9c9f Mon Sep 17 00:00:00 2001 From: Andrew Kurushin Date: Tue, 19 Jul 2005 19:05:52 +0000 Subject: finally Resource manager rewritten: -adds patch file support -global _vm removed cleanups svn-id: r18560 --- saga/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga/gfx.cpp') diff --git a/saga/gfx.cpp b/saga/gfx.cpp index e9c9bb1eec..74f02728dd 100644 --- a/saga/gfx.cpp +++ b/saga/gfx.cpp @@ -31,7 +31,7 @@ namespace Saga { -Gfx::Gfx(OSystem *system, int width, int height, GameDetector &detector) : _system(system) { +Gfx::Gfx(SagaEngine *vm, OSystem *system, int width, int height, GameDetector &detector) : _vm(vm), _system(system) { _system->beginGFXTransaction(); _vm->initCommonGFX(detector); _system->initSize(width, height); -- cgit v1.2.3