Home
last modified time | relevance | path

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

/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoCommander.cpp1192 PuyoStarter myStarter(this,false,0,RANDOM,currentMusicTheme); in startTwoPlayerGameLoop() local
1198 myStarter.run(score1, score2, 0, 0, 0); in startTwoPlayerGameLoop()
1199 score1 += myStarter.leftPlayerWin(); in startTwoPlayerGameLoop()
1200 score2 += myStarter.rightPlayerWin(); in startTwoPlayerGameLoop()
1309 PuyoStarter myStarter(this, true, ia[score2].level, ia[score2].type, currentMusicTheme); in startSingleGameLoop() local
1314 myStarter.run(score1, score2, lives, lastPoints, 0); in startSingleGameLoop()
1315 lastPoints = myStarter.rightPlayerPoints(); in startSingleGameLoop()
1316 score1 += myStarter.leftPlayerWin(); in startSingleGameLoop()
1317 score2 += myStarter.rightPlayerWin(); in startSingleGameLoop()
1318 if (!myStarter.rightPlayerWin()) in startSingleGameLoop()
[all …]
H A DPuyoCommander.cpp.actual1211 PuyoStarter myStarter(this,false,0,RANDOM,currentMusicTheme);
1217 myStarter.run(score1, score2, 0, 0, 0);
1218 score1 += myStarter.leftPlayerWin();
1219 score2 += myStarter.rightPlayerWin();
1328 PuyoStarter myStarter(this, true, ia[score2].level, ia[score2].type, currentMusicTheme);
1333 myStarter.run(score1, score2, lives, lastPoints, 0);
1334 lastPoints = myStarter.rightPlayerPoints();
1335 score1 += myStarter.leftPlayerWin();
1336 score2 += myStarter.rightPlayerWin();
1337 if (!myStarter.rightPlayerWin())
[all …]