diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-04-19 10:40:07 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-04-19 10:40:07 -0500 |
commit | e995db7180b91d2cf1c74b7a678e36679faac09c (patch) | |
tree | 479ca89237eff6b5f3782e4f360228de269c868d /src | |
parent | d0cfae71b2b59edc58eb65acd9fc403c0b6c094d (diff) | |
download | kamek-e995db7180b91d2cf1c74b7a678e36679faac09c.tar.gz kamek-e995db7180b91d2cf1c74b7a678e36679faac09c.zip |
Minor fixes
Diffstat (limited to '')
-rw-r--r-- | src/bonusRoom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bonusRoom.cpp b/src/bonusRoom.cpp index a5cd583..3da91fd 100644 --- a/src/bonusRoom.cpp +++ b/src/bonusRoom.cpp @@ -168,7 +168,7 @@ const char* Prizes[10][4] = { { "I_propeller", "g3d/I_propeller.brres", "I_propeller_model", "wait2" }, { "I_kinoko_bundle","g3d/I_mini_kinoko.brres", "I_mini_kinoko", "wait2" }, { "I_star", "g3d/I_star.brres", "I_star", "wait2" }, - { "I_hammer", "g3d/I_fireflower.brres", "I_hammer", "wait2" }, + { "I_hammer", "g3d/I_fireflower.brres", "I_fireflower", "wait2" }, { "I_kinoko_bundle","g3d/I_life_kinoko.brres", "I_life_kinoko", "wait2" }, { "obj_coin", "g3d/obj_coin.brres", "obj_coin", "wait2" } }; |