From c92d7c1188febd7c5af15fa710ab06c3af4dede5 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Sat, 15 Jan 2005 15:52:54 +0000 Subject: Fixed and improved death --- src/being.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index 368a60c6..ce6b8433 100644 --- a/src/being.h +++ b/src/being.h @@ -59,14 +59,14 @@ class Being { unsigned short weapon; Being(); - Being::~Being(); + ~Being(); }; /** Removes all beings from the list */ void empty(); /** Add a Being to the list */ -void add_node(Being *Being); +void add_node(Being *being); /** Return a specific id Being */ Being *find_node(unsigned int id); @@ -88,7 +88,7 @@ unsigned int find_monster(unsigned short x, unsigned short y); void sort(); /** Remove all path nodes from a being */ -void empty_path(Being *Being); +void empty_path(Being *being); extern Being *player_node; -- cgit v1.2.3-70-g09d2