diff options
author | Max Horn | 2003-07-20 01:00:16 +0000 |
---|---|---|
committer | Max Horn | 2003-07-20 01:00:16 +0000 |
commit | 7e92048a6bf29fc170cce02352c67c2273f077ee (patch) | |
tree | 02d2cca363f4ec81293c22559e6195a85d6793d1 /scumm | |
parent | c7958d8d8b0fe2766a981d2d4905290d8378fa98 (diff) | |
download | scummvm-rg350-7e92048a6bf29fc170cce02352c67c2273f077ee.tar.gz scummvm-rg350-7e92048a6bf29fc170cce02352c67c2273f077ee.tar.bz2 scummvm-rg350-7e92048a6bf29fc170cce02352c67c2273f077ee.zip |
typo
svn-id: r9086
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/gfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 55d31cf51f..dcfaf800c9 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -2611,7 +2611,7 @@ void Scumm::setupV1ZakPalette() { setPalColor(15, 168, 168, 168); } -/* Old palette used in Commodre 64 versions +/* Old palette used in Commodore 64 versions void Scumm::setupC64Palette() { setPalColor( 0, 0, 0, 0); |