CINE: Get rid of some unnecessary g_cine refs

svn-id: r50945
This commit is contained in:
Max Horn 2010-07-16 21:56:50 +00:00
parent 587f3cf958
commit 70b6ee0a5b
2 changed files with 7 additions and 7 deletions

View file

@ -976,7 +976,7 @@ void CineEngine::makeSave(char *saveFileName) {
// restoreScreen();
checkDataDisk(-1);
} else {
if (g_cine->getGameType() == GType_FW) {
if (getGameType() == GType_FW) {
makeSaveFW(*fHandle);
} else {
makeSaveOS(*fHandle);