diff options
author | Strangerke | 2014-02-17 21:43:04 +0100 |
---|---|---|
committer | Strangerke | 2014-02-17 21:43:04 +0100 |
commit | ee9c59b225c11c276c67a2b43d5fba223e347a75 (patch) | |
tree | 55259ed7d5712599ee6bdf9d2b318ec016e58be6 /engines/voyeur | |
parent | d439747147e61ec6adf4f7a87bed176f7b0b945c (diff) | |
download | scummvm-rg350-ee9c59b225c11c276c67a2b43d5fba223e347a75.tar.gz scummvm-rg350-ee9c59b225c11c276c67a2b43d5fba223e347a75.tar.bz2 scummvm-rg350-ee9c59b225c11c276c67a2b43d5fba223e347a75.zip |
VOYEUR: Fix tabulation in staticres
Diffstat (limited to 'engines/voyeur')
-rw-r--r-- | engines/voyeur/staticres.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/staticres.cpp b/engines/voyeur/staticres.cpp index 078731e965..9025426c57 100644 --- a/engines/voyeur/staticres.cpp +++ b/engines/voyeur/staticres.cpp @@ -75,7 +75,7 @@ const int COMP_BUT_TABLE[] = { }; const char *const SZ_FILENAMES[] = { - "A2110100", nullptr, "A2300100", nullptr, "B1220100", nullptr, "C1220100", nullptr, + "A2110100", nullptr, "A2300100", nullptr, "B1220100", nullptr, "C1220100", nullptr, "C1290100", nullptr, "D1220100", nullptr, "D1270100", nullptr, "E1210100", nullptr, "E1260100", nullptr, "E1280100", nullptr, "E1325100", nullptr, "F1200100", nullptr, "G1250100", nullptr, "G1260100", nullptr, "H1200100", nullptr, "H1230100", nullptr, |