[Scummvm-git-logs] scummvm master -> d7ca5a1988d472f1f543eaa22a60e1b046e6e0a0

whiterandrek whiterandrek at gmail.com
Fri Jun 5 17:38:03 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d7ca5a1988 PETKA: fixed compilation


Commit: d7ca5a1988d472f1f543eaa22a60e1b046e6e0a0
    https://github.com/scummvm/scummvm/commit/d7ca5a1988d472f1f543eaa22a60e1b046e6e0a0
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2020-06-05T20:37:52+03:00

Commit Message:
PETKA: fixed compilation

Changed paths:
    engines/petka/petka.cpp


diff --git a/engines/petka/petka.cpp b/engines/petka/petka.cpp
index 65e1c50bdc..dfbfd72e39 100644
--- a/engines/petka/petka.cpp
+++ b/engines/petka/petka.cpp
@@ -237,7 +237,7 @@ void PetkaEngine::loadPart(byte part) {
 
 	_resMgr.reset(new QManager(*this));
 	_resMgr->init();
-	_dialogMan.reset(new BigDialogue());
+	_dialogMan.reset(new BigDialogue(*this));
 	_qsystem.reset(new QSystem());
 	_qsystem->init();
 }




More information about the Scummvm-git-logs mailing list