aboutsummaryrefslogtreecommitdiff
path: root/src/info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.cc')
-rw-r--r--src/info.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/info.cc b/src/info.cc
index 8f520cf..13e777f 100644
--- a/src/info.cc
+++ b/src/info.cc
@@ -179,6 +179,9 @@ uint32 GetObjectCreatureID(Object Obj){
return CreatureID;
}
+// TODO(fusion): I'm not sure about this one. Objects inside containers would
+// also return the body position of the container even if it isn't activelly
+// equipped.
int GetObjectBodyPosition(Object Obj){
if(!Obj.exists()){
error("GetObjectBodyPosition: Übergebenes Objekt existiert nicht.\n");