SCI: Cleanup

svn-id: r51687
This commit is contained in:
Filippos Karapetis 2010-08-03 12:41:36 +00:00
parent 425b90f6d2
commit 32807512d9
2 changed files with 0 additions and 9 deletions

View File

@ -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);

View File

@ -143,9 +143,6 @@ public:
}
};
struct IntMapper;
enum {
SYS_STRINGS_MAX = 4,