diff options
author | Max Horn | 2006-03-09 13:29:45 +0000 |
---|---|---|
committer | Max Horn | 2006-03-09 13:29:45 +0000 |
commit | 1d14d18893134ece3819a4c8ff92c10073c2d076 (patch) | |
tree | 5c319577cfc22fa1428a95a424cd2e2fedc38272 /engines/simon/simon.h | |
parent | a4a79dd9516a828a474ff0bfedd401511662739f (diff) | |
download | scummvm-rg350-1d14d18893134ece3819a4c8ff92c10073c2d076.tar.gz scummvm-rg350-1d14d18893134ece3819a4c8ff92c10073c2d076.tar.bz2 scummvm-rg350-1d14d18893134ece3819a4c8ff92c10073c2d076.zip |
Modified SIMON engine to use DetectedGame::updateDesc
svn-id: r21176
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r-- | engines/simon/simon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h index 02199e037f..cc2df2a3b3 100644 --- a/engines/simon/simon.h +++ b/engines/simon/simon.h @@ -120,7 +120,7 @@ struct GameDescription { const char *name; SimonTypes gameType; GameIds gameId; - const char *title; + const char *extra; int filesCount; GameFileDescription *filesDescriptions; uint32 features; |