diff options
author | Max Horn | 2007-09-10 13:17:20 +0000 |
---|---|---|
committer | Max Horn | 2007-09-10 13:17:20 +0000 |
commit | 4a302b25adb34e6357506a25cbfba6e182ac9209 (patch) | |
tree | 2d1f5ac4074c70e37c556c263b109d4b659c060e /engines/parallaction | |
parent | 6419311a2e361c5e265ae3796ef425700694801f (diff) | |
download | scummvm-rg350-4a302b25adb34e6357506a25cbfba6e182ac9209.tar.gz scummvm-rg350-4a302b25adb34e6357506a25cbfba6e182ac9209.tar.bz2 scummvm-rg350-4a302b25adb34e6357506a25cbfba6e182ac9209.zip |
Lots of source code formatting corrections
svn-id: r28887
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/staticres.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/parallaction/staticres.cpp b/engines/parallaction/staticres.cpp index c3775dd4fa..b126d1dc0c 100644 --- a/engines/parallaction/staticres.cpp +++ b/engines/parallaction/staticres.cpp @@ -50,8 +50,7 @@ byte Parallaction_ns::_mouseArrow[256] = { }; -byte _amigaTopazFont[2600] = -{ +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, 0x70, 0xff, 0x4e, 0x75, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, |