Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tetris/tetris.c

    r899bdfd ra63966d  
    202202        while (true) {
    203203                int i = getchar();
    204                 if (i < 0)
    205                         return 0;
    206204
    207205                switch (i) {
     
    330328
    331329                while (true) {
    332                         if (size_changed) {
    333                                 size_changed = false;
    334                                 scr_set();
    335                                 scr_msg(key_msg, 1);
    336                         }
    337 
    338330                        place(curshape, pos, 1);
    339331                        scr_update();
Note: See TracChangeset for help on using the changeset viewer.