Ok, I looked in the source code for that, you are right.
In the function "OnFileLoadSlot" residing in the file "MainWndFile.cpp", there are the following lines:
PHP Code:
systemDrawScreen();
theApp.rewindCount = 0;
theApp.rewindCounter = 0;
theApp.rewindSaveNeeded = false;
return res;
}
I guess I'll just comment out the three lines in the middle.
Last edited by Spacy; June 29th, 2006 at 12:34..