mirror of https://github.com/stella-emu/stella.git
Make the compiler happy.
This commit is contained in:
parent
7b7f8767aa
commit
afcaf8581f
|
@ -339,6 +339,7 @@ bool TIADebug::collision(CollisionBit id) const
|
|||
case Cx_BLPF: return myTIA.collCXBLPF() & 0x80;
|
||||
case Cx_P0P1: return myTIA.collCXPPMM() & 0x80;
|
||||
case Cx_M0M1: return myTIA.collCXPPMM() & 0x40;
|
||||
default: return false; // make compiler happy
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue