diff options
author | Travis Howell | 2006-03-22 10:04:01 +0000 |
---|---|---|
committer | Travis Howell | 2006-03-22 10:04:01 +0000 |
commit | 60732d70f50339650d831ff0712e902bb08292af (patch) | |
tree | f3976fd0e2f8cbe7d03e91a1b39364be8e51b47d /engines | |
parent | 857cf7189a402dd72a010f181d5beee053fdf951 (diff) | |
download | scummvm-rg350-60732d70f50339650d831ff0712e902bb08292af.tar.gz scummvm-rg350-60732d70f50339650d831ff0712e902bb08292af.tar.bz2 scummvm-rg350-60732d70f50339650d831ff0712e902bb08292af.zip |
Whitespace changes
svn-id: r21403
Diffstat (limited to 'engines')
-rw-r--r-- | engines/simon/vga.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/simon/vga.cpp b/engines/simon/vga.cpp index 9ca4073cc2..fe49f8c699 100644 --- a/engines/simon/vga.cpp +++ b/engines/simon/vga.cpp @@ -325,13 +325,13 @@ void SimonEngine::vc3_loadSprite() { vgaSpriteId = vcReadNextWord(); /* 2 */ fileId = vgaSpriteId / 100; } else { - fileId = vcReadNextWord(); /* 0 */ + fileId = vcReadNextWord(); /* 0 */ vgaSpriteId = vcReadNextWord(); /* 2 */ } x = vcReadNextWord(); /* 4 */ y = vcReadNextWord(); /* 6 */ - palette = vcReadNextWord(); /* 8 */ + palette = vcReadNextWord(); /* 8 */ /* 2nd param ignored with simon1 */ if (isSpriteLoaded(vgaSpriteId, fileId)) @@ -1327,7 +1327,6 @@ void SimonEngine::drawImages(VC10_state *state) { /* vc10_helper_7 */ } } - } void SimonEngine::vc11_clearPathFinder() { @@ -2116,7 +2115,6 @@ void SimonEngine::vc62_fastFadeOut() { if (_nextMusicToPlay != -1) loadMusic(_nextMusicToPlay); } - } void SimonEngine::vc63_fastFadeIn() { |