Changeset f5e4830 in mainline for tetris/tetris.c


Ignore:
Timestamp:
2006-06-16T15:11:47Z (18 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ce520c
Parents:
096ba7a
Message:

Tetris reset score on new game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tetris/tetris.c

    r096ba7a rf5e4830  
    440440                scr_clear();
    441441                insertscore(score, level);
     442                score=0;
    442443        }
    443444       
Note: See TracChangeset for help on using the changeset viewer.