diff options
author | Travis Howell | 2006-10-17 01:45:48 +0000 |
---|---|---|
committer | Travis Howell | 2006-10-17 01:45:48 +0000 |
commit | dc65aecb7dbcff530bc434dedd760071fd20d326 (patch) | |
tree | 457b733bd97753d496055fb4b858d8eacc303040 | |
parent | b785cf3601a693dfc696f681a3532b4c27c23c4f (diff) | |
download | scummvm-rg350-dc65aecb7dbcff530bc434dedd760071fd20d326.tar.gz scummvm-rg350-dc65aecb7dbcff530bc434dedd760071fd20d326.tar.bz2 scummvm-rg350-dc65aecb7dbcff530bc434dedd760071fd20d326.zip |
Whitespace changes
svn-id: r24358
-rw-r--r-- | engines/agos/vga.cpp | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/engines/agos/vga.cpp b/engines/agos/vga.cpp index 6a44c508a7..e9dce8f07c 100644 --- a/engines/agos/vga.cpp +++ b/engines/agos/vga.cpp @@ -367,38 +367,38 @@ void AGOSEngine::vcSkipNextInstruction() { }; static const byte opcodeParamLenWW[] = { - 0, 6, 2, 10, 6, 4, 2, 2, - 4, 4, 8, 2, 2, 2, 2, 2, - 2, 2, 2, 0, 4, 2, 2, 2, - 8, 0, 10, 0, 8, 0, 2, 2, - 0, 0, 0, 4, 4, 4, 2, 4, - 4, 4, 4, 2, 2, 4, 2, 2, - 2, 2, 2, 2, 2, 4, 6, 6, - 0, 0, 0, 0, 2, 2, 0, 0, + 0, 6, 2, 10, 6, 4, 2, 2, + 4, 4, 8, 2, 2, 2, 2, 2, + 2, 2, 2, 0, 4, 2, 2, 2, + 8, 0, 10, 0, 8, 0, 2, 2, + 0, 0, 0, 4, 4, 4, 2, 4, + 4, 4, 4, 2, 2, 4, 2, 2, + 2, 2, 2, 2, 2, 4, 6, 6, + 0, 0, 0, 0, 2, 2, 0, 0, }; static const byte opcodeParamLenSimon1[] = { - 0, 6, 2, 10, 6, 4, 2, 2, - 4, 4, 10, 0, 2, 2, 2, 2, - 2, 0, 2, 0, 4, 2, 4, 2, - 8, 0, 10, 0, 8, 0, 2, 2, - 4, 0, 0, 4, 4, 2, 2, 4, - 4, 4, 4, 2, 2, 2, 2, 4, - 0, 2, 2, 2, 2, 4, 6, 6, - 0, 0, 0, 0, 2, 6, 0, 0, + 0, 6, 2, 10, 6, 4, 2, 2, + 4, 4, 10, 0, 2, 2, 2, 2, + 2, 0, 2, 0, 4, 2, 4, 2, + 8, 0, 10, 0, 8, 0, 2, 2, + 4, 0, 0, 4, 4, 2, 2, 4, + 4, 4, 4, 2, 2, 2, 2, 4, + 0, 2, 2, 2, 2, 4, 6, 6, + 0, 0, 0, 0, 2, 6, 0, 0, }; static const byte opcodeParamLenSimon2[] = { - 0, 6, 2, 12, 6, 4, 2, 2, - 4, 4, 9, 0, 1, 2, 2, 2, - 2, 0, 2, 0, 4, 2, 4, 2, - 7, 0, 10, 0, 8, 0, 2, 2, - 4, 0, 0, 4, 4, 2, 2, 4, - 4, 4, 4, 2, 2, 2, 2, 4, - 0, 2, 2, 2, 2, 4, 6, 6, - 2, 0, 6, 6, 4, 6, 0, 0, - 0, 0, 4, 4, 4, 4, 4, 0, - 4, 2, 2 + 0, 6, 2, 12, 6, 4, 2, 2, + 4, 4, 9, 0, 1, 2, 2, 2, + 2, 0, 2, 0, 4, 2, 4, 2, + 7, 0, 10, 0, 8, 0, 2, 2, + 4, 0, 0, 4, 4, 2, 2, 4, + 4, 4, 4, 2, 2, 2, 2, 4, + 0, 2, 2, 2, 2, 4, 6, 6, + 2, 0, 6, 6, 4, 6, 0, 0, + 0, 0, 4, 4, 4, 4, 4, 0, + 4, 2, 2 }; static const byte opcodeParamLenFeebleFiles[] = { |