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

csnover csnover at users.noreply.github.com
Sat Sep 9 02:11:13 CEST 2017


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:
a447664373 SCI32: Add missing include for ConfMan


Commit: a4476643734c13c1a0468c621c2c6b149776b2e5
    https://github.com/scummvm/scummvm/commit/a4476643734c13c1a0468c621c2c6b149776b2e5
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-09-08T19:10:21-05:00

Commit Message:
SCI32: Add missing include for ConfMan

Changed paths:
    engines/sci/engine/savegame.cpp


diff --git a/engines/sci/engine/savegame.cpp b/engines/sci/engine/savegame.cpp
index d6fab62..fd07e0c 100644
--- a/engines/sci/engine/savegame.cpp
+++ b/engines/sci/engine/savegame.cpp
@@ -49,6 +49,7 @@
 #include "sci/sound/music.h"
 
 #ifdef ENABLE_SCI32
+#include "common/config-manager.h"
 #include "common/gui_options.h"
 #include "sci/engine/guest_additions.h"
 #include "sci/graphics/cursor32.h"





More information about the Scummvm-git-logs mailing list