diff options
| author | Eugene Sandulenko | 2019-11-08 00:40:38 +0100 |
|---|---|---|
| committer | Eugene Sandulenko | 2019-11-13 22:07:08 +0100 |
| commit | 417ce00577a9dec033271b7ef08daefe667ac3b9 (patch) | |
| tree | c202aa1314198e056d68cd82ddb12b59d5a08e34 /engines/griffon | |
| parent | 7384a8c35e97870e654aebbf6378b7250bb205ad (diff) | |
| download | scummvm-rg350-417ce00577a9dec033271b7ef08daefe667ac3b9.tar.gz scummvm-rg350-417ce00577a9dec033271b7ef08daefe667ac3b9.tar.bz2 scummvm-rg350-417ce00577a9dec033271b7ef08daefe667ac3b9.zip | |
GRIFFON: Fix engine id
Diffstat (limited to 'engines/griffon')
| -rw-r--r-- | engines/griffon/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/griffon/detection.cpp b/engines/griffon/detection.cpp index 1341f310ee..99eab521e2 100644 --- a/engines/griffon/detection.cpp +++ b/engines/griffon/detection.cpp @@ -52,7 +52,7 @@ public: } virtual const char *getEngineId() const { - return "gnap"; + return "griffon"; } virtual const char *getName() const { |
