mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
saves -> saveLoadScreen
svn-id: r32546
This commit is contained in:
parent
f44d39494d
commit
1869141f04
@ -650,7 +650,7 @@ bool DrasculaEngine::escoba() {
|
||||
if (currentChapter != 3)
|
||||
cont_sv = 0;
|
||||
} else if (key == Common::KEYCODE_F10) {
|
||||
if (!saves())
|
||||
if (!saveLoadScreen())
|
||||
return true;
|
||||
if (currentChapter != 3)
|
||||
cont_sv = 0;
|
||||
@ -1326,7 +1326,7 @@ void DrasculaEngine::mesa() {
|
||||
updateEvents();
|
||||
}
|
||||
|
||||
bool DrasculaEngine::saves() {
|
||||
bool DrasculaEngine::saveLoadScreen() {
|
||||
char names[10][23];
|
||||
char file[50];
|
||||
char fileEpa[50];
|
||||
|
@ -330,7 +330,7 @@ public:
|
||||
Common::KeyCode getScan();
|
||||
void selectVerb(int);
|
||||
void mesa();
|
||||
bool saves();
|
||||
bool saveLoadScreen();
|
||||
void print_abc(const char *, int, int);
|
||||
void delay(int ms);
|
||||
bool confirmExit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user