YohannDR / mzm

Creative Commons Zero v1.0 Universal
68 stars 12 forks source link

Remove all the FIXME #6

Open YohannDR opened 1 year ago

uwu-michael commented 5 months ago

went to main directory. ran

grep -r fixme
grep -r "fix me"
grep -r fix

found no instance of a "FIXME" style note.

maybe consider closing this issue?

YohannDR commented 5 months ago

There are still 5 FIXME in the repo, you can find them here : https://github.com/YohannDR/mzm/blob/master/src/animated_graphics.c#L444 https://github.com/YohannDR/mzm/blob/master/src/color_fading.c#L397 https://github.com/YohannDR/mzm/blob/master/src/connection.c#L26 https://github.com/YohannDR/mzm/blob/master/src/in_game_cutscene.c#L902 https://github.com/YohannDR/mzm/blob/master/src/data/engine_pointers.c#L410