diff options
| author | Max Horn | 2008-09-01 20:21:30 +0000 | 
|---|---|---|
| committer | Max Horn | 2008-09-01 20:21:30 +0000 | 
| commit | f2b26c5615dd743ea99568920428a0a562bc94d3 (patch) | |
| tree | 743684f667e2c26ee892f02e1211fe76c7d3b180 /engines/sword1/control.h | |
| parent | 5013b01e7414910648bc8cc6c413c97a8160092d (diff) | |
| parent | 852bc9dbb750b9995d31e70f4158c97d3758c46f (diff) | |
| download | scummvm-rg350-f2b26c5615dd743ea99568920428a0a562bc94d3.tar.gz scummvm-rg350-f2b26c5615dd743ea99568920428a0a562bc94d3.tar.bz2 scummvm-rg350-f2b26c5615dd743ea99568920428a0a562bc94d3.zip | |
Merging more of the GSoC 2008 RTL branch: SWORD1
svn-id: r34255
Diffstat (limited to 'engines/sword1/control.h')
| -rw-r--r-- | engines/sword1/control.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engines/sword1/control.h b/engines/sword1/control.h index 7d9af2f199..926db757b9 100644 --- a/engines/sword1/control.h +++ b/engines/sword1/control.h @@ -98,6 +98,7 @@ private:  	void deselectSaveslots(void);  	uint8 *_restoreBuf;  	uint8 _saveFiles; +	uint8 _numSaves;  	uint8 _saveScrollPos;  	uint8 _selectedSavegame;  	uint8 _saveNames[64][32]; | 
