scummvm/engines/parallaction
Orgad Shaneh fe104cc337 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-10-24 16:46:06 +02:00
..
adlib.cpp
balloons.cpp
callables_br.cpp PARALLACTION: implement BRA ferrcycle operator. 2021-07-01 19:00:26 +09:00
callables_ns.cpp PARALLACTION: cleanInventory is game specific. 2021-06-27 11:59:43 +03:00
configure.engine
credits.pl DEVTOOLS: move credits from devtools/credits.pl to engines 2021-08-05 00:01:46 +02:00
debug.cpp
debug.h
detection.cpp
detection.h
dialogue.cpp
disk_br.cpp
disk_ns.cpp ALL: Use Path type in Archive functions 2021-08-07 10:44:37 +02:00
disk.h
exec_br.cpp PARALLACTION: force palette update for BRA COLOR instruction. 2021-06-30 22:11:53 +09:00
exec_ns.cpp
exec.cpp
exec.h
font.cpp
gfxbase.cpp
graphics.cpp
graphics.h
gui_br.cpp
gui_ns.cpp
gui.cpp
gui.h
input.cpp PARALLACTION: set the cursor for the menu when in the menu. 2021-06-27 21:39:43 +09:00
input.h PARALLACTION: set the cursor for the menu when in the menu. 2021-06-27 21:39:43 +09:00
inventory.cpp PARALLACTION: cleanInventory is game specific. 2021-06-27 11:59:43 +03:00
inventory.h PARALLACTION: allow changing the inventory drawn by the renderer. 2021-06-27 11:59:43 +03:00
metaengine.cpp ENGINES: Use MetaEngine consistently for getting autosave slot 2021-10-24 16:46:06 +02:00
module.mk
objects.cpp PARALLACTION: store GIVE recipients as strings. 2021-06-27 14:14:50 +02:00
objects.h PARALLACTION: store GIVE recipients as strings. 2021-06-27 14:14:50 +02:00
parallaction_br.cpp PARALLACTION: set the cursor for the menu when in the menu. 2021-06-27 21:39:43 +09:00
parallaction_ns.cpp
parallaction.cpp
parallaction.h PARALLACTION: implement BRA ferrcycle operator. 2021-07-01 19:00:26 +09:00
parser_br.cpp PARALLACTION: store GIVE recipients as strings. 2021-06-27 14:14:50 +02:00
parser_ns.cpp
parser.cpp
parser.h
POTFILES
saveload.cpp ENGINES: Do not assume that MessageDialog accept is 1 and cancel is 0 2021-08-18 22:34:02 +02:00
saveload.h
sound_br.cpp
sound_ns.cpp
sound.h
staticres.cpp
walk.cpp
walk.h