diff options
Diffstat (limited to 'kolf/game.h')
-rw-r--r-- | kolf/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/game.h b/kolf/game.h index 3bcaaaf5..ec986c52 100644 --- a/kolf/game.h +++ b/kolf/game.h @@ -483,7 +483,7 @@ public: void dontMove() { dontmove = true; }; void updateVisible(); - Wall *tqparentWall() { return wall; } + Wall *parentWall() { return wall; } protected: Wall *wall; |