aboutsummaryrefslogtreecommitdiff
path: root/src/receiving.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/receiving.cc')
-rw-r--r--src/receiving.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/receiving.cc b/src/receiving.cc
index ddaee44..7546396 100644
--- a/src/receiving.cc
+++ b/src/receiving.cc
@@ -269,10 +269,9 @@ void CMoveObject(TConnection *Connection, TReadBuffer *Buffer){
return;
}
- // TODO(fusion): `RNum` usage in this context will only be used inside
- // `GetObject` for indexing containers. For some reason I thought the
- // Z coordinate was also used for that. Perhaps they're set to the same
- // value.
+ // TODO(fusion): `RNum` is only used inside `ToDoMove` > `GetObject` to index
+ // into containers. For some reason I thought the Z coordinate was also used
+ // for that. Perhaps they're set to the same value.
if(OrigX != 0xFFFF){
RNum = 1;
}