src/openttd.cpp
changeset 9411 f54d5b3b3bf8
parent 9410 b8cbfacc9057
child 9413 7042a8ec3fa8
equal deleted inserted replaced
9410:b8cbfacc9057 9411:f54d5b3b3bf8
   345 
   345 
   346 	/* Play main theme */
   346 	/* Play main theme */
   347 	if (_music_driver->IsSongPlaying()) ResetMusic();
   347 	if (_music_driver->IsSongPlaying()) ResetMusic();
   348 }
   348 }
   349 
   349 
   350 byte _no_scroll;
       
   351 byte _savegame_sort_order;
   350 byte _savegame_sort_order;
   352 #if defined(UNIX) && !defined(__MORPHOS__)
   351 #if defined(UNIX) && !defined(__MORPHOS__)
   353 extern void DedicatedFork();
   352 extern void DedicatedFork();
   354 #endif
   353 #endif
   355 
   354