mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 10:58:01 +00:00
fix compile error
svn-id: r11107
This commit is contained in:
parent
57d55e2fcd
commit
6e60d7b827
@ -56,7 +56,7 @@ namespace Sword2 {
|
||||
// Quick macro to make swapping in-place easier to write
|
||||
#define SWAP32(x) x = SWAP_BYTES_32(x)
|
||||
|
||||
static void convertHeaderEndian(_savegameHeader &header) {
|
||||
static void convertHeaderEndian(Sword2Engine::_savegameHeader &header) {
|
||||
int i;
|
||||
|
||||
// _savegameHeader
|
||||
|
Loading…
x
Reference in New Issue
Block a user