mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-26 15:44:53 -04:00
730b74e2e3
* d_a_shutter_2 100% - Code should be consistent with `d_a_shutter` - A couple of variables still remain unnamed * fixed issue in configure.py, git related * forgot to set to matching * weak function ordering in fine, removed param * merged decleration and instantiation of minVel, maxVel * PR changes _create() still has me stumped. You would think that the return after that if statement would be `return cPhs_COMPLEATE_e;` but it just, doesn't exist? Adding any sort of return statement causes it not to match. Potential bug forgotten by the devs maybe?