diff options
Diffstat (limited to 'engines/avalanche/spread2.cpp')
| -rw-r--r-- | engines/avalanche/spread2.cpp | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/engines/avalanche/spread2.cpp b/engines/avalanche/spread2.cpp index 5a42427d64..6fa215900e 100644 --- a/engines/avalanche/spread2.cpp +++ b/engines/avalanche/spread2.cpp @@ -31,6 +31,8 @@  /*$V-,R+*/ +namespace Avalanche { +  const integer pattern = 12; /* Pattern for transparencies. */  const fillpatterntype grey50 = {{0xaa, 0x55, 0xaa,   0x55, 0xaa, 0x55, 0xaa, 0x55}}; @@ -876,4 +878,6 @@ int main(int argc, const char* argv[])    }   } while (!false);  return EXIT_SUCCESS; -}
\ No newline at end of file +} + +} // End of namespace Avalanche.
\ No newline at end of file | 
