Stefan Schuermans commited on 2019-08-14 17:39:16
              Showing 1 changed files, with 1 additions and 1 deletions.
            
| ... | ... | @@ -216,7 +216,7 @@ void Tetris::opConnRecvKey(OpConn *pConn, char key) | 
| 216 | 216 | // drop stone | 
| 217 | 217 |    if (key == '8') { | 
| 218 | 218 | m_dropping = true; | 
| 219 | - planTimeStep(); // stone falls fater now -> update time callback | |
| 219 | + planTimeStep(); // stone falls faster now -> update time callback | |
| 220 | 220 | return; | 
| 221 | 221 | } | 
| 222 | 222 | } | 
| 223 | 223 |