(svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level

This commit is contained in:
rubidium
2009-11-30 11:29:52 +00:00
parent 6c22463dd9
commit a32968e17e
5 changed files with 5 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ void CopyTempEngineData();
extern int32 _saved_scrollpos_x;
extern int32 _saved_scrollpos_y;
extern ZoomLevelByte _saved_scrollpos_zoom;
extern SavegameType _savegame_type;
extern uint32 _ttdp_version;