corrected a comment
This commit is contained in:
parent
326585e5ac
commit
300b6eff8e
|
@ -702,7 +702,7 @@ int8_t tetris_playfield_predictCompleteLines(tetris_playfield_t *pPl,
|
||||||
* Argument pPiece: the piece which should be tested
|
* Argument pPiece: the piece which should be tested
|
||||||
* Argument nColumn: the column where the piece should be dropped
|
* Argument nColumn: the column where the piece should be dropped
|
||||||
* Argument nRow: the row of interest
|
* Argument nRow: the row of interest
|
||||||
* Return value: amount of complete lines
|
* Return value: appearance of the predicted dump row
|
||||||
*/
|
*/
|
||||||
uint16_t tetris_playfield_predictDumpRow(tetris_playfield_t *pPl,
|
uint16_t tetris_playfield_predictDumpRow(tetris_playfield_t *pPl,
|
||||||
tetris_piece_t *pPiece,
|
tetris_piece_t *pPiece,
|
||||||
|
|
|
@ -241,7 +241,7 @@ int8_t tetris_playfield_predictCompleteLines(tetris_playfield_t *pPl,
|
||||||
* Argument pPiece: the piece which should be tested
|
* Argument pPiece: the piece which should be tested
|
||||||
* Argument nColumn: the column where the piece should be dropped
|
* Argument nColumn: the column where the piece should be dropped
|
||||||
* Argument nRow: the row of interest
|
* Argument nRow: the row of interest
|
||||||
* Return value: amount of complete lines
|
* Return value: appearance of the predicted dump row
|
||||||
*/
|
*/
|
||||||
uint16_t tetris_playfield_predictDumpRow(tetris_playfield_t *pPl,
|
uint16_t tetris_playfield_predictDumpRow(tetris_playfield_t *pPl,
|
||||||
tetris_piece_t *pPiece,
|
tetris_piece_t *pPiece,
|
||||||
|
|
Loading…
Reference in New Issue