summaryrefslogtreecommitdiff
path: root/src/beingmanager.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-09-02 11:58:35 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-09-02 11:58:35 +0000
commit2b322bf18d80acb464a9dc1820e581e7204cca1e (patch)
tree6938f1d8f63c8d8c1142b972117b42d2c50d1883 /src/beingmanager.h
parentda43e09d2b043d5c75ad0adb87dd43f1fe36fe8f (diff)
downloadmana-client-2b322bf18d80acb464a9dc1820e581e7204cca1e.tar.gz
mana-client-2b322bf18d80acb464a9dc1820e581e7204cca1e.tar.bz2
mana-client-2b322bf18d80acb464a9dc1820e581e7204cca1e.tar.xz
mana-client-2b322bf18d80acb464a9dc1820e581e7204cca1e.zip
Switched to short IDs for beings.
Diffstat (limited to 'src/beingmanager.h')
-rw-r--r--src/beingmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/beingmanager.h b/src/beingmanager.h
index 0dbafcc6..c32884a0 100644
--- a/src/beingmanager.h
+++ b/src/beingmanager.h
@@ -48,7 +48,7 @@ class BeingManager
/**
* Create a being and add it to the list of beings
*/
- Being* createBeing(Uint32 id, Uint16 job);
+ Being* createBeing(Uint16 id, Uint16 job);
/**
* Remove a Being
@@ -58,7 +58,7 @@ class BeingManager
/**
* Return a specific id Being
*/
- Being* findBeing(Uint32 id);
+ Being* findBeing(Uint16 id);
/**
* Return a being at specific coordinates