~neon/kolf/master

« back to all changes in this revision

Viewing changes to game.h

  • Committer: Mauricio Piacentini
  • Date: 2008-01-02 03:14:59 UTC
  • Revision ID: git-v1:d3f450759aa23e7d68bc10b8e3792144a6da0812
Fix garbage in intro screen, put new Kolf SVG banner. 
CCMAIL:kde-games-devel@kde.org

svn path=/trunk/KDE/kdegames/kolf/; revision=755701

Show diffs side-by-side

added added

removed removed

Lines of Context:
1113
1113
        CanvasItem *movingCanvasItem;
1114
1114
        QGraphicsItem *selectedItem;
1115
1115
        QGraphicsRectItem *highlighter;
 
1116
        
 
1117
        //For intro banner
 
1118
        QGraphicsPixmapItem *banner;
1116
1119
 
1117
1120
#ifdef SOUND
1118
1121
    Phonon::MediaObject *m_player;