summaryrefslogtreecommitdiff
path: root/World.h
diff options
context:
space:
mode:
authormiguel <miguel@localhost>2017-09-13 11:55:36 +0200
committermiguel <miguel@localhost>2017-09-13 11:55:36 +0200
commit1555b96b32a919c3e3b9e44ac1d80dab005d9ab8 (patch)
tree1e067e6a8915d638509adc2c16229b5ed600209c /World.h
parente2063047ee1d145dbdf1963a23f183cc9db9bf52 (diff)
added coin collecting sounds
Diffstat (limited to 'World.h')
-rw-r--r--World.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/World.h b/World.h
index e029604..7a63093 100644
--- a/World.h
+++ b/World.h
@@ -17,6 +17,7 @@ struct Player
int anim;
bool dead;
bool win;
+ bool collected_coin;
};
struct World