diff options
author | Martin Kiewitz | 2016-01-29 15:15:18 +0100 |
---|---|---|
committer | Martin Kiewitz | 2016-01-29 15:15:18 +0100 |
commit | 5f43f079472dd2cbd091ba813cf23d0c3315db76 (patch) | |
tree | 129693312740c0997566f4940dbc97087928f0bc /engines/agi | |
parent | a560f7ad01a6d56a56d14e6434715e6cb3b2289d (diff) | |
download | scummvm-rg350-5f43f079472dd2cbd091ba813cf23d0c3315db76.tar.gz scummvm-rg350-5f43f079472dd2cbd091ba813cf23d0c3315db76.tar.bz2 scummvm-rg350-5f43f079472dd2cbd091ba813cf23d0c3315db76.zip |
AGI: font.h / change comment to use unix slashes
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/font.h b/engines/agi/font.h index 6b6381ccd7..27d495ef52 100644 --- a/engines/agi/font.h +++ b/engines/agi/font.h @@ -32,7 +32,7 @@ static const uint8 fontData_ArrowRightCharacter[8] = { 0x00, 0x18, 0x0C, 0xFE, 0x0C, 0x18, 0x00, 0x00, }; -// topaz data, same as in engines\parallaction\staticres.cpp +// topaz data, same as in engines/parallaction/staticres.cpp // seems to have been recreated and is not the original amiga font static const uint8 fontData_AmigaPseudoTopaz[2600] = { 0x00, 0x00, 0x03, 0xf3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, |