diff options
author | Eugene Sandulenko | 2016-01-22 17:57:17 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-01-22 17:57:17 +0100 |
commit | e9dcc87d7c0b91c5bb308d275c333f2ce056e639 (patch) | |
tree | a2c87b89e9b3b9869bd93d8b4256922456488aa8 /engines | |
parent | 9f4319373013b45ff8232a85a79a62ff15aa7971 (diff) | |
download | scummvm-rg350-e9dcc87d7c0b91c5bb308d275c333f2ce056e639.tar.gz scummvm-rg350-e9dcc87d7c0b91c5bb308d275c333f2ce056e639.tar.bz2 scummvm-rg350-e9dcc87d7c0b91c5bb308d275c333f2ce056e639.zip |
PARALLACTION: Clarify source for the binary blob
Diffstat (limited to 'engines')
-rw-r--r-- | engines/parallaction/staticres.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/staticres.cpp b/engines/parallaction/staticres.cpp index 40bac5b64d..d7e49b0fca 100644 --- a/engines/parallaction/staticres.cpp +++ b/engines/parallaction/staticres.cpp @@ -96,6 +96,7 @@ byte braAmigaFramesDefaultPalette[48] = { }; +// For the data source and license look into gui/themes/fonts/topaz in ScummVM distribution byte amigaTopazFont[2600] = { 0x00, 0x00, 0x03, 0xf3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x79, 0x00, 0x00, 0x03, 0xe9, 0x00, 0x00, 0x02, 0x79, |