mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
TSAGE: Remove superfluous md5 bytes setting
This commit is contained in:
parent
dcbf77cc92
commit
5d88e67cfd
@ -74,7 +74,6 @@ enum {
|
|||||||
class TSageMetaEngine : public AdvancedMetaEngine {
|
class TSageMetaEngine : public AdvancedMetaEngine {
|
||||||
public:
|
public:
|
||||||
TSageMetaEngine() : AdvancedMetaEngine(TsAGE::gameDescriptions, sizeof(TsAGE::tSageGameDescription), tSageGameTitles) {
|
TSageMetaEngine() : AdvancedMetaEngine(TsAGE::gameDescriptions, sizeof(TsAGE::tSageGameDescription), tSageGameTitles) {
|
||||||
_md5Bytes = 5000;
|
|
||||||
_singleid = "tsage";
|
_singleid = "tsage";
|
||||||
_guioptions = GUIO1(GUIO_NOSPEECH);
|
_guioptions = GUIO1(GUIO_NOSPEECH);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user