Merge branch 'rr1-maint'

This commit is contained in:
Ilari Liusvaara 2013-03-22 12:17:58 +02:00
commit 98b940db3c

View file

@ -213,6 +213,11 @@ namespace
do_save_movie(filename);
return;
}
if(location_special == SPECIAL_SAVEPOINT) {
//We can save immediately here.
do_save_state(filename);
return;
}
queued_saves.insert(filename);
messages << "Pending save on '" << filename << "'" << std::endl;
}