mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
SCI: Cleanup
svn-id: r51687
This commit is contained in:
parent
425b90f6d2
commit
32807512d9
@ -53,17 +53,11 @@ namespace Sci {
|
||||
#define VER(x) Common::Serializer::Version(x)
|
||||
|
||||
|
||||
// OBSOLETE: This const is used for backward compatibility only.
|
||||
const uint32 INTMAPPER_MAGIC_KEY = 0xDEADBEEF;
|
||||
|
||||
|
||||
#pragma mark -
|
||||
|
||||
// TODO: Many of the following sync_*() methods should be turned into member funcs
|
||||
// of the classes they are syncing.
|
||||
|
||||
#define DEFROBNICATE_HANDLE(handle) (make_reg((handle >> 16) & 0xffff, handle & 0xffff))
|
||||
|
||||
void MusicEntry::saveLoadWithSerializer(Common::Serializer &s) {
|
||||
soundObj.saveLoadWithSerializer(s);
|
||||
s.syncAsSint16LE(resourceId);
|
||||
|
@ -143,9 +143,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
struct IntMapper;
|
||||
|
||||
enum {
|
||||
SYS_STRINGS_MAX = 4,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user