|
@ -269,7 +269,8 @@ static void tetris_view_drawDump(tetris_view_t *pV) |
|
|
* @param pV pointer to the view on which the piece should be drawn |
|
|
* @param pV pointer to the view on which the piece should be drawn |
|
|
* @param pPc pointer to the piece for the preview window (may be NULL) |
|
|
* @param pPc pointer to the piece for the preview window (may be NULL) |
|
|
*/ |
|
|
*/ |
|
|
static void tetris_view_drawPreviewPiece(tetris_view_t *pV, tetris_piece_t *pPc) |
|
|
static void tetris_view_drawPreviewPiece(tetris_view_t *pV, |
|
|
|
|
|
tetris_piece_t *pPc) |
|
|
{ |
|
|
{ |
|
|
tetris_bearing_t nBearing = |
|
|
tetris_bearing_t nBearing = |
|
|
pV->pVariantMethods->getBearing(pV->pVariant); |
|
|
pV->pVariantMethods->getBearing(pV->pVariant); |
|
|