aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorMax Horn2006-12-19 13:50:34 +0000
committerMax Horn2006-12-19 13:50:34 +0000
commitd8d32812c8c1d4045622e63eaecb5805c7504004 (patch)
tree342bef8f77fd9f4d723f753971ba1be5147900a9 /engines/saga/saga.h
parentd82d2c4513a31d46674f0b6cd66c1a2e728c6af7 (diff)
downloadscummvm-rg350-d8d32812c8c1d4045622e63eaecb5805c7504004.tar.gz
scummvm-rg350-d8d32812c8c1d4045622e63eaecb5805c7504004.tar.bz2
scummvm-rg350-d8d32812c8c1d4045622e63eaecb5805c7504004.zip
Merged SagaEngine::postInitGame() into SagaEngine::initGame()
svn-id: r24887
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 0cefe76caf..4d26c960d7 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -372,7 +372,6 @@ public:
public:
bool initGame(void);
- bool postInitGame(void);
public:
const SAGAGameDescription *getGameDescription() const { return _gameDescription; }
const bool isBigEndian() const { return (_gameDescription->features & GF_BIG_ENDIAN_DATA) != 0; }