sf2ww icon indicating copy to clipboard operation
sf2ww copied to clipboard

Wrong animation label when crouch turn

Open bhrousseau opened this issue 2 years ago • 1 comments

Hi Ben,

I think there is a wrong label in playerstate.c (line 1249) : CASetAnim1(ply, STATUS_TURN_AROUND); it should be STATUS_CROUCH_TURN.

Thanks, making this c code available is very nice ! Do you think it is possible to publish the 68000 code that goes with this dissassembly in c ? It would be easier to find such defects (easier also because i'm writing a 6809 version ;-) Benoit Rousseau.

bhrousseau avatar Jan 15 '22 10:01 bhrousseau

You should send a pull request for your bug fix. As for adding disassembly to the repo, I don't think it would be legal.

fabiensanglard avatar Jan 15 '22 21:01 fabiensanglard