src/openttd.cpp
changeset 8268 5027ad5e70a0
parent 8265 86530c22f883
child 8276 245f1b131d64
equal deleted inserted replaced
8267:ea6dbc5b2148 8268:5027ad5e70a0
   317 
   317 
   318 	/* Play main theme */
   318 	/* Play main theme */
   319 	if (_music_driver->IsSongPlaying()) ResetMusic();
   319 	if (_music_driver->IsSongPlaying()) ResetMusic();
   320 }
   320 }
   321 
   321 
       
   322 byte _no_scroll;
       
   323 byte _savegame_sort_order;
   322 #if defined(UNIX) && !defined(__MORPHOS__)
   324 #if defined(UNIX) && !defined(__MORPHOS__)
   323 extern void DedicatedFork();
   325 extern void DedicatedFork();
   324 #endif
   326 #endif
   325 
   327 
   326 int ttd_main(int argc, char *argv[])
   328 int ttd_main(int argc, char *argv[])