[Scummvm-git-logs] scummvm master -> ace20bbf29f9e8c1eb12f52c0ed6091baa90c41c
lephilousophe
noreply at scummvm.org
Thu Oct 10 17:08:06 UTC 2024
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:
ace20bbf29 SCI: Fix build when SCI32 is disabled
Commit: ace20bbf29f9e8c1eb12f52c0ed6091baa90c41c
https://github.com/scummvm/scummvm/commit/ace20bbf29f9e8c1eb12f52c0ed6091baa90c41c
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-10-10T19:07:37+02:00
Commit Message:
SCI: Fix build when SCI32 is disabled
Changed paths:
engines/sci/engine/kmisc.cpp
diff --git a/engines/sci/engine/kmisc.cpp b/engines/sci/engine/kmisc.cpp
index 2b02ab77b91..2af7dc587d1 100644
--- a/engines/sci/engine/kmisc.cpp
+++ b/engines/sci/engine/kmisc.cpp
@@ -35,12 +35,12 @@
#endif
#include "sci/engine/savegame.h"
#include "sci/graphics/cursor.h"
+#include "sci/graphics/gfxdrivers.h"
#include "sci/graphics/palette.h"
+#include "sci/graphics/screen.h"
#ifdef ENABLE_SCI32
#include "sci/graphics/cursor32.h"
#include "sci/graphics/frameout.h"
-#include "sci/graphics/screen.h"
-#include "sci/graphics/gfxdrivers.h"
#endif
#include "sci/graphics/maciconbar.h"
#include "sci/console.h"
More information about the Scummvm-git-logs
mailing list