From 300b6eff8ed54efdc82a5fa5e017a72752610686 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Sat, 31 Oct 2009 15:42:45 +0000 Subject: [PATCH] corrected a comment --- games/tetris/playfield.c | 2 +- games/tetris/playfield.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games/tetris/playfield.c b/games/tetris/playfield.c index 4131768..e8467d6 100644 --- a/games/tetris/playfield.c +++ b/games/tetris/playfield.c @@ -702,7 +702,7 @@ int8_t tetris_playfield_predictCompleteLines(tetris_playfield_t *pPl, * Argument pPiece: the piece which should be tested * Argument nColumn: the column where the piece should be dropped * 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, tetris_piece_t *pPiece, diff --git a/games/tetris/playfield.h b/games/tetris/playfield.h index 885e3a5..34bebed 100644 --- a/games/tetris/playfield.h +++ b/games/tetris/playfield.h @@ -241,7 +241,7 @@ int8_t tetris_playfield_predictCompleteLines(tetris_playfield_t *pPl, * Argument pPiece: the piece which should be tested * Argument nColumn: the column where the piece should be dropped * 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, tetris_piece_t *pPiece,