diff options
author | Paweł Kołodziejski | 2002-12-16 19:53:41 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2002-12-16 19:53:41 +0000 |
commit | fa4f785f71ab7ea7f353bf5268db1ac69bed24f8 (patch) | |
tree | 1578513771681704404e0d4be1e82cf78ea6e32d /scumm | |
parent | f1db7ce77e91da462a4ed1740a044f4a7e2f23c1 (diff) | |
download | scummvm-rg350-fa4f785f71ab7ea7f353bf5268db1ac69bed24f8.tar.gz scummvm-rg350-fa4f785f71ab7ea7f353bf5268db1ac69bed24f8.tar.bz2 scummvm-rg350-fa4f785f71ab7ea7f353bf5268db1ac69bed24f8.zip |
fixed compilation under MSVC
svn-id: r5998
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/gfx.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 247f800296..fa3324b904 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -1648,7 +1648,7 @@ void Gdi::unkDecode11(byte *dst, byte *src, int height) #pragma mark - -#pragma mark ### Camera ### +#pragma mark --- Camera --- #pragma mark - void Scumm::setCameraAtEx(int at) @@ -2006,7 +2006,7 @@ void Scumm::actorFollowCamera(int act) } #pragma mark - -#pragma mark ### Transition effects ### +#pragma mark --- Transition effects --- #pragma mark - void Scumm::fadeIn(int effect) @@ -2370,7 +2370,7 @@ void Scumm::setShake(int mode) } #pragma mark - -#pragma mark ### Palette ### +#pragma mark --- Palette --- #pragma mark - void Scumm::setPaletteFromPtr(byte *ptr) @@ -2951,7 +2951,7 @@ byte *Scumm::getPalettePtr() } #pragma mark - -#pragma mark ### Cursor ### +#pragma mark --- Cursor --- #pragma mark - void Scumm::grabCursor(int x, int y, int w, int h) @@ -3115,7 +3115,7 @@ void Scumm::makeCursorColorTransparent(int a) } #pragma mark - -#pragma mark ### Bomp ### +#pragma mark --- Bomp --- #pragma mark - int32 Scumm::bompDecodeLineMode0(byte * src, byte * line_buffer, int32 size) { |