101c101
< if(numPlanes & planeMask)
---
> if (numPlanes & planeMask)
248c248
< if (time[count] != 0) {
---
> if (time[count] != 0) {