catlause

Results 2 comments of catlause

takina的音效播放那里,因为比较v.r和Values.takina.r没有取绝对值,所以向左边拨动并松手的时候,前者始终为负数,无法触发音效。向右边拨动并松手时,音效功能正常。

`map_init` will set `m->nbuckets` to 0, how could you step into the while loop without any map_set_ operations? ```c #define map_init(m)\ memset(m, 0, sizeof(*(m))) ```