Changes in uspace/app/tetris/tetris.c [a63966d:899bdfd] in mainline
- File:
-
- 1 edited
-
uspace/app/tetris/tetris.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/tetris.c
ra63966d r899bdfd 202 202 while (true) { 203 203 int i = getchar(); 204 if (i < 0) 205 return 0; 204 206 205 207 switch (i) { … … 328 330 329 331 while (true) { 332 if (size_changed) { 333 size_changed = false; 334 scr_set(); 335 scr_msg(key_msg, 1); 336 } 337 330 338 place(curshape, pos, 1); 331 339 scr_update();
Note:
See TracChangeset
for help on using the changeset viewer.
