Home
last modified time | relevance | path

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

/dports/games/megamario/MegaMario_v1.7_full/src/
H A Dglobal.cpp184 ofstream cheatout(buf); in THEGAMEENDSHERE() local
186 ofstream cheatout("cheats.txt"); in THEGAMEENDSHERE() local
188 cheatout<<"Ohoh, seems like you completed the game.\n\nCheatmode is enabled.\n\n"<<endl; in THEGAMEENDSHERE()
189 cheatout<<"Cheats (Enter in Game):\n\n big = mushroom\n fire = firemario\n small = smallmario\n die… in THEGAMEENDSHERE()
190 cheatout.close(); in THEGAMEENDSHERE()