No need for packing SaveInfoSection and ThumbnailHeader anymore.
svn-id: r23572
This commit is contained in:
parent
9ab0c1d915
commit
a68f7100ce
2 changed files with 0 additions and 9 deletions
|
@ -53,8 +53,6 @@ struct SaveGameHeader {
|
|||
char name[32];
|
||||
};
|
||||
|
||||
#include <common/pack-start.h> // START STRUCT PACKING
|
||||
|
||||
struct SaveInfoSection {
|
||||
uint32 type;
|
||||
uint32 version;
|
||||
|
@ -69,8 +67,6 @@ struct SaveInfoSection {
|
|||
|
||||
#define SaveInfoSectionSize (4+4+4 + 4+4 + 4+2)
|
||||
|
||||
#include <common/pack-end.h> // END STRUCT PACKING
|
||||
|
||||
#define INFOSECTION_VERSION 2
|
||||
|
||||
void ScummEngine::requestSave(int slot, const char *name, bool temporary) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue