Home
last modified time | relevance | path

Searched refs:changeStat (Results 1 – 14 of 14) sorted by relevance

/dports/games/megamario/MegaMario_v1.7_full/src/
H A Dspiny.cpp35 PLAYER->changeStat(0); in add_update()
43 PLAYER->changeStat(0); in headbang()
H A Dturtle.cpp106 PLAYER->changeStat(0); in add_update()
124 PLAYER->changeStat(0); in add_update()
186 PLAYER->changeStat(0); in add_update()
H A Dfirecircle.cpp41 PLAYER->changeStat(0); in update()
132 PLAYER->changeStat(0); in update()
H A Dbowser.cpp81 PLAYER->changeStat(0); in update()
153 PLAYER->changeStat(0); in update()
175 PLAYER->changeStat(0); in update()
H A Dgoomba.cpp33 PLAYER->changeStat(0); in add_update()
H A Dplayer.h14 void changeStat(int staty);
H A Dgoombabig.cpp33 PLAYER->changeStat(0); in add_update()
H A Dkillerblume.cpp50 PLAYER->changeStat(0); in update()
H A Dkeyinput.cpp107 PLAYER->changeStat(0); in keyInput()
H A Dbonus.cpp80 PLAYER->changeStat(1); in update()
89 PLAYER->changeStat(2); in update()
H A Dparticle.cpp110 PLAYER->changeStat(0); in update()
H A Dmain.cpp378 PLAYER->changeStat(0);
H A Dplayer.cpp404 void cPlayer::changeStat(int staty) in changeStat() function in cPlayer
H A Dlevels.cpp769 PLAYER->changeStat(atoi(parts[1])); in loadGame()