mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
SAGA2: Fix savePaletteState debug message
This commit is contained in:
parent
3fa5f4b67f
commit
6d84b504bc
@ -359,7 +359,7 @@ void savePaletteState(SaveFileConstructor &saveGame) {
|
||||
}
|
||||
|
||||
void savePaletteState(Common::OutSaveFile *out) {
|
||||
debugC(2, kDebugSaveload, "Loading Palette States");
|
||||
debugC(2, kDebugSaveload, "Saving Palette States");
|
||||
|
||||
out->write("PALE", 4);
|
||||
out->writeUint32LE(PaletteStateArchive::kPaletteStateArchiveSize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user