diff options
author | Treeki <treeki@gmail.com> | 2012-09-21 13:24:57 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-21 13:24:57 +0200 |
commit | 955831a5bad45d39dfceb4a1741095b5d109b079 (patch) | |
tree | 0a8bb569a511f3d02d767700b001fbb4b10b67e6 /src/koopatlas/hud.h | |
parent | badb2bf6bc25f47e711fc483e0c551b4fc18759f (diff) | |
download | kamek-955831a5bad45d39dfceb4a1741095b5d109b079.tar.gz kamek-955831a5bad45d39dfceb4a1741095b5d109b079.zip |
still working on the new HUD...
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/hud.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/koopatlas/hud.h b/src/koopatlas/hud.h index 632a078..6f10169 100644 --- a/src/koopatlas/hud.h +++ b/src/koopatlas/hud.h @@ -19,7 +19,7 @@ class dWMHud_c : public dBase_c { static dWMHud_c *instance; - void enteredNode(); + void enteredNode(dKPNode_s *node = 0); void leftNode(); private: |