diff options
| author | quou <quou@disroot.org> | 2024-10-11 21:43:36 +1100 | 
|---|---|---|
| committer | quou <quou@disroot.org> | 2024-10-11 21:43:36 +1100 | 
| commit | 24b72170d34cee515398f206f087bfeafc7b6b55 (patch) | |
| tree | 24c2bc3d7e1c0bdac9de38dae3c5d2de7e669f25 /world.h | |
| parent | 9add408984464bd6b3cc018bb14c3d69ad0a2898 (diff) | |
game is pretty much done kek
Diffstat (limited to 'world.h')
| -rw-r--r-- | world.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -23,7 +23,7 @@ typedef struct World {  	Player player;  	Laser laser;  	Map map; -	int frame, freeze; +	int frame, freeze, kills;  } World;  void init_world(World* w); |