author | truelight |
Sun, 11 Feb 2007 14:04:40 +0000 | |
changeset 6228 | 2de23d5a2b11 |
parent 6227 | ab74f5faf662 |
child 6229 | f2d5b35a88da |
src/openttd.cpp | file | annotate | diff | comparison | revisions |
--- a/src/openttd.cpp Sun Feb 11 13:57:35 2007 +0000 +++ b/src/openttd.cpp Sun Feb 11 14:04:40 2007 +0000 @@ -934,6 +934,12 @@ { char buf[200]; +#if defined(PSP) + /* Autosaving in networking is too time expensive for the PSP */ + if (_networking) + return; +#endif /* PSP */ + if (_patches.keep_all_autosave && _local_player != PLAYER_SPECTATOR) { const Player *p = GetPlayer(_local_player); char* s = buf;