(svn r20247) -Fix: when it is known the loading an old savegame is going to fail, bail out immediately (using an exception) instead of going on until e.g. the expected number of byte is read

This commit is contained in:
rubidium
2010-07-30 22:57:46 +00:00
parent 3aaeb311df
commit 24df43633c
3 changed files with 25 additions and 13 deletions

View File

@@ -31,7 +31,6 @@ struct LoadgameState {
byte buffer[BUFFER_SIZE];
uint total_read;
bool failed;
};
/* OldChunk-Type */