Fixed initial automatic movement in Legionnaire, no whatsnew

This commit is contained in:
Angelo Salese 2010-12-26 01:33:10 +00:00
parent 77e099a7eb
commit 15e121e704

View File

@ -2247,8 +2247,8 @@ static WRITE16_HANDLER( generic_cop_w )
cop_dist = sqrt((double)(dx*dx+dy*dy));
/* is this the only difference? */
if(0)
/* is this the only difference? no, that's not it, check Legionnaire */
//if(0)
{
space->write_byte(cop_register[0]+(0x34^3), cop_angle);
space->write_word(cop_register[0]+(0x38^2), cop_dist);