scummvm/engines/drascula
Orgad Shaneh 43a44e213b ENGINES: Use MetaEngine consistently for getting autosave slot
The autosave refactoring that was done in
7adad5aaf5 used g_engine for identifying the
autosave slot. This worked for in-game save/load, but doesn't fit when
called from the launcher.

Fix by passing MetaEngine to SaveStateDescriptor ctor and using it for this
query.

Amends 7adad5aaf5.
2021-12-06 00:08:32 +00:00
..
actors.cpp
animation.cpp
configure.engine
console.cpp
console.h
converse.cpp
credits.pl DEVTOOLS: move credits from devtools/credits.pl to engines 2021-08-05 00:01:46 +02:00
detection.cpp
detection.h
drascula.cpp ENGINES: Replace checkCD with isolated partial methods 2021-07-27 20:51:57 +02:00
drascula.h
graphics.cpp
interface.cpp
metaengine.cpp ENGINES: Use MetaEngine consistently for getting autosave slot 2021-12-06 00:08:32 +00:00
module.mk
objects.cpp
palette.cpp
POTFILES
resource.cpp
rooms.cpp
saveload.cpp ENGINES: Streamline auto-save write/delete protection 2021-08-23 13:34:35 +02:00
sound.cpp
talk.cpp