~kubuntu-members/kshisen/4.11

« back to all changes in this revision

Viewing changes to src/board.h

  • Committer: Frederik Schwarzer
  • Date: 2012-01-03 06:57:04 UTC
  • Revision ID: git-v1:9b77fafc8ab8880d86b861e89520c4096fd7b47f
Use the same delay for hints as for removing tiles.

It seems to be a reasonable assumption that players who want or
need a long delay for the tiles being removed, also need that
delay to recognise the hint.

svn path=/trunk/KDE/kdegames/kshisen/; revision=1271124

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
    void performSlide(int x, int y, Path& s);
339
339
    void reverseSlide(int x, int y, int slideX1, int slideY1, int slideX2, int slideY2);
340
340
    bool isTileHighlighted(int x, int y) const;
341
 
    void drawConnection(int timeout);
 
341
    void drawConnection();
342
342
    void drawPossibleMoves(bool b);
343
343
    QPoint midCoord(int x, int y) const;
344
344
    void unmarkTile();
384
384
 
385
385
    int m_highlightedTile;
386
386
 
387
 
    int m_connectionTimeout;
388
387
    bool m_paintConnection;
389
388
    bool m_paintPossibleMoves;
390
389
    bool m_paintInProgress;