DREAMWEB: Migrate loadGraphicsFile() to using datafile prefix variable.
This commit is contained in:
parent
e3c5f9180c
commit
bca22d4bee
7 changed files with 26 additions and 25 deletions
|
@ -708,7 +708,7 @@ void DreamWebEngine::showDecisions() {
|
|||
}
|
||||
|
||||
void DreamWebEngine::loadSaveBox() {
|
||||
loadGraphicsFile(_saveGraphics, "DREAMWEB.G08");
|
||||
loadGraphicsFile(_saveGraphics, "G08");
|
||||
}
|
||||
|
||||
// show savegame names (original interface), and set kCursorpos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue