diff options
author | Travis Howell | 2003-08-23 15:16:07 +0000 |
---|---|---|
committer | Travis Howell | 2003-08-23 15:16:07 +0000 |
commit | 6cc598250d8490dc8e788642b723188e092a14a6 (patch) | |
tree | a192d88e1accccfd6f86bc78817d1497dfccb448 /scumm | |
parent | 01f020da2b82fcc781f4654aefb90fb3033e2196 (diff) | |
download | scummvm-rg350-6cc598250d8490dc8e788642b723188e092a14a6.tar.gz scummvm-rg350-6cc598250d8490dc8e788642b723188e092a14a6.tar.bz2 scummvm-rg350-6cc598250d8490dc8e788642b723188e092a14a6.zip |
Add comment
svn-id: r9830
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/actor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index c43442cbf0..a5ccad30ca 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1227,6 +1227,7 @@ void Actor::setActorCostume(int c) { } + // V1 zak uses palette[] as a dynamic costume color array. if (_vm->_version == 1) return; |