diff options
author | Travis Howell | 2006-04-14 01:26:00 +0000 |
---|---|---|
committer | Travis Howell | 2006-04-14 01:26:00 +0000 |
commit | b1191c56acfe0334ec2694c30b027c4251be6022 (patch) | |
tree | 6455294e38d6d8b50f51caff42898ec18d207f08 /engines/simon | |
parent | e7af211fb5440fc50a88caf4922e60bc3abfd0bf (diff) | |
download | scummvm-rg350-b1191c56acfe0334ec2694c30b027c4251be6022.tar.gz scummvm-rg350-b1191c56acfe0334ec2694c30b027c4251be6022.tar.bz2 scummvm-rg350-b1191c56acfe0334ec2694c30b027c4251be6022.zip |
Remove duplicate check in checkPaths
svn-id: r21864
Diffstat (limited to 'engines/simon')
-rw-r--r-- | engines/simon/items.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/simon/items.cpp b/engines/simon/items.cpp index 6a0961e5d6..555d1d5638 100644 --- a/engines/simon/items.cpp +++ b/engines/simon/items.cpp @@ -1874,7 +1874,6 @@ void SimonEngine::o3_checkPaths() { while (count) { val = pathVal1[2]; if (val == _variableArray2[50] || - val == _variableArray2[50] || val == _variableArray2[51] || val == _variableArray2[201] || val == _variableArray2[203] || |