mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 14:42:26 +00:00
Typo
svn-id: r17547
This commit is contained in:
parent
d602e19991
commit
14adfd3cac
@ -262,7 +262,7 @@ public:
|
||||
virtual OutSaveFile *openForSaving(const char *filename) {
|
||||
return openSavefile(filename, true);
|
||||
}
|
||||
virtual IntSaveFile *openForLoading(const char *filename) {
|
||||
virtual InSaveFile *openForLoading(const char *filename) {
|
||||
return openSavefile(filename, false);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user