Opened 10 years ago
Closed 10 years ago
#7025 closed defect (fixed)
COMPOSER: detection.cpp file 2 missing digits
| Reported by: | goodoldgeorge | Owned by: | wjp |
|---|---|---|---|
| Priority: | normal | Component: | Engine: Composer |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
Magic Tales: Baba Yaga and the Magic Geese Macintosh version detection failed, because the last two digits of the hash value is missing in the composer engine, detection.cpp file.
// Magic Tales: Baba Yaga and the Magic Geese Mac - from bug #3466402
{
{
"babayaga",
"",
AD_ENTRY1("Baba Yaga", "ae3a4445f42fe10253da7ee4ea0d37"),
Correct values: {"Baba Yaga", 0, "ae3a4445f42fe10253da7ee4ea0d37d6", 44321},
Please fix it, Thanks
Ticket imported from: bugs/7025.
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Thanks!