summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman/monster.cpp
Unidiff
Diffstat (limited to 'noncore/games/kpacman/monster.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/kpacman/monster.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/games/kpacman/monster.cpp b/noncore/games/kpacman/monster.cpp
index 2f402b4..80b4655 100644
--- a/noncore/games/kpacman/monster.cpp
+++ b/noncore/games/kpacman/monster.cpp
@@ -1,8 +1,7 @@
1#include "monster.h" 1#include "monster.h"
2#include "board.h"
3 2
4Monster::Monster(Board *b, int mid) 3Monster::Monster(Board *b, int mid)
5{ 4{
6 board = b; 5 board = b;
7 ID = mid; 6 ID = mid;
8 7