Simplified several calls to copyBackground()

svn-id: r34181
This commit is contained in:
Filippos Karapetis 2008-08-26 08:21:21 +00:00
parent 3b0aba1c38
commit 0a2a468d83
7 changed files with 78 additions and 67 deletions

View file

@ -63,7 +63,7 @@ bool DrasculaEngine::saveLoadScreen() {
for (;;) {
y = 27;
copyBackground(0, 0, 0, 0, 320, 200, bgSurface, screenSurface);
copyBackground();
for (n = 0; n < NUM_SAVES; n++) {
print_abc(names[n], 116, y);
y = y + 9;