STARK: fixed compilation warnings
This commit is contained in:
parent
5993f6ba68
commit
6d598c7eaf
3 changed files with 9 additions and 9 deletions
|
@ -180,7 +180,7 @@ static const ADGameDescription gameDescriptions[] = {
|
|||
|
||||
AD_TABLE_END_MARKER
|
||||
};
|
||||
|
||||
/*
|
||||
// File based fallback game description
|
||||
static const ADGameDescription fallbackDescription = {
|
||||
"tlj", "Unknown", {
|
||||
|
@ -197,7 +197,7 @@ static const ADGameDescription fallbackDescription = {
|
|||
static const ADFileBasedFallback fileBasedFallback[] = {
|
||||
{&fallbackDescription, {"x.xarc", "chapters.ini", "w_world.ini", NULL}},
|
||||
{NULL, {NULL}}
|
||||
};
|
||||
};*/
|
||||
|
||||
class StarkMetaEngine : public AdvancedMetaEngine {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue