diff options
Diffstat (limited to 'engines/kyra/kyra_lok.h')
| -rw-r--r-- | engines/kyra/kyra_lok.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/kyra/kyra_lok.h b/engines/kyra/kyra_lok.h index e7cc92c5e1..5d20cb0652 100644 --- a/engines/kyra/kyra_lok.h +++ b/engines/kyra/kyra_lok.h @@ -507,6 +507,9 @@ protected:  	static const int8 _dosTrackMap[];  	static const int _dosTrackMapSize; +	static const int8 _amigaTrackMap[]; +	static const int _amigaTrackMapSize; +  	// TODO: get rid of all variables having pointers to the static resources if possible  	// i.e. let them directly use the _staticres functions  	void initStaticResource();  | 
