summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman/pacman.cpp
Unidiff
Diffstat (limited to 'noncore/games/kpacman/pacman.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kpacman/pacman.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/games/kpacman/pacman.cpp b/noncore/games/kpacman/pacman.cpp
index 40f60a8..82524b4 100644
--- a/noncore/games/kpacman/pacman.cpp
+++ b/noncore/games/kpacman/pacman.cpp
@@ -1,8 +1,7 @@
1#include "pacman.h" 1#include "pacman.h"
2#include "board.h"
3 2
4Pacman::Pacman(Board *b) 3Pacman::Pacman(Board *b)
5{ 4{
6 board = b; 5 board = b;
7 setDemo(FALSE); 6 setDemo(FALSE);
8 setAlive(0); 7 setAlive(0);