Zig NEWS

Discussion on: Easy Interfaces with Zig 0.10.0

Collapse
 
kfird214 profile image
kfir • Edited

If you have *Cat, why would you need
self.cat.hp += 1;
and not:
self.hp += 1;

Thread Thread
 
kristoff profile image
Loris Cro

oh, I forgot to update that line from the original code by Zhora.

I've fixed it now, thank you.