Merge branch 'rr1-maint'
This commit is contained in:
commit
98b940db3c
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue