No need for packing SaveInfoSection and ThumbnailHeader anymore.

svn-id: r23572
This commit is contained in:
Johannes Schickel 2006-07-23 02:20:49 +00:00
parent 9ab0c1d915
commit a68f7100ce
2 changed files with 0 additions and 9 deletions

View file

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