Browse Source

remove outdated TODO

Bastien Sevajol 6 years ago
parent
commit
bf011375b9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      opencombat/simulation/physics.py

+ 0 - 1
opencombat/simulation/physics.py View File

@@ -24,7 +24,6 @@ class TileMoveCostComputer(MoveCostComputer):
24 24
         # TODO: Objets/IT qui compute les couts de déplacement
25 25
 
26 26
         if not tile.property('traversable_by_man'):
27
-            # TODO: revoir la lib disjkstar because les mecs traverses quand meme ...
28 27
             return 100
29 28
 
30 29
         return 1.0