remove old TODO

This commit is contained in:
2025-05-03 12:51:22 -05:00
parent c718a9a186
commit c5086f6052

View File

@@ -456,8 +456,6 @@ void do_missile_anim(short num_steps,location missile_origin,short sound_num) {
center = camera_dest;
// TODO why can't I make the text bar stay normal?
// Offset the missile trajectory for the new camera position
int dx = center.x - old_center.x;
int dy = center.y - old_center.y;