mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-26 23:47:11 -04:00
8338fd56e6
* d_a_shutter 100% - Wasn't sure what to name some of the used member variables that have yet to be assigned names (ex. `field_0x339`) but if you have an intuitive guess based on the code/previous actors I'd be happy to change them * Requested PR changes made The only thing I was unsure about was the new name for `mCount`. I settled on `mFrameTimer` because it's initialized to 30 and counts down every frame (assuming `_execute()` is called every frame). * changed typing of `mbIsSwitch` to remove unnecessary cast * file reference changes