id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc,game 2899,Logical and should probably be bitwise and,SF/matwad,DrMcCoy,"{{{#!Markdown Stumbled upon this while fiddling around with google code search: http://www.google.com/codesearch?hl=en&lr=&q=scummvm+%22%26%26+0x%22&btnG=Search engines/gob/mult\_v2.cpp:1352 staticCount = \(\_multData2->staticCount + 1\) && 0x7F; Should probably be: staticCount = \(\_multData2->staticCount + 1\) & 0x7F; }}} {{{#!div style=""font-size: 75%"" Ticket imported from: !#1593768. Ticket imported from: bugs/2899. }}}",defect,closed,normal,Engine: Gob,,fixed,,,Gobliiins