Et j'en profite pour trouver des commentaires tres utiles dans le code, speciale dedicace aux codeurs...
if (Timer <= 3.0f)
{
DrawDigit = (int32_t)Timer+1;
}
else
{ // our timer is greater than our frickin delay. This is bad mojo
// Perhaps the tick counter wrapped, perhaps something smashed
// memory, perhaps the world has fallen asunder into the blackest
// pits of hell. Either way, we don't want to get stuck in
// pacing limbo, so we're going to force this thing to the next
// digit. But we're also going to assert so that in debug
// we can catch this insanity.
DrawDigit = LastDigit-1;
#if CODE_VERBOSE
SysAssert(0);
#endif
}
Dernière modification le 20/03/06 à 15:28 par Lutinbleu
Je teste Sexy Poker 2006 en 3 versions (soft, topless et full) et 6 langues (français, italien, espagnol, anglais, allemand, brésilien). Soit 18 fois le même jeu (de merde) à tester.
Je viens de comprendre que pour jouer certains trucs a la guitare on peut laisser ses doigts comme pour un accord, et bouger sa main que de temps en temps \o/
Captain Obvious