mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
IMMORTAL: Remove unnecessary commented line
This commit is contained in:
parent
55590df288
commit
98247630c2
@ -250,8 +250,7 @@ void ImmortalEngine::appendList(uint16 codeW, uint16 k, uint16 &hash, uint16 &fi
|
||||
|
||||
link = hash >> 1;
|
||||
|
||||
ptk[prev] = (link << 8) | (ptk[prev] & kMaskLow);
|
||||
//start[prev] = ((link >> 4) & kMaskLast) | start[prev]; // Yikes this statement is gross
|
||||
ptk[prev] = (link << 8) | (ptk[prev] & kMaskLow);
|
||||
start[prev] |= (link >> 4) & kMaskLast;
|
||||
found = true;
|
||||
}
|
||||
@ -260,29 +259,3 @@ void ImmortalEngine::appendList(uint16 codeW, uint16 k, uint16 &hash, uint16 &fi
|
||||
}
|
||||
|
||||
} // namespace immortal
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user