summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 6542a14b..feec617a 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -165,9 +165,6 @@ void Being::setDestination(int dstX, int dstY)
return;
}
- // FIXME: Look into making this code neater.
- // Interpolate the offsets. Also convert from tile based to pixel based
-
// Find the starting offset
float startX = (srcX % 32);
float startY = (srcY % 32);