소스 검색

remove outdated TODO

Bastien Sevajol 7 년 전
부모
커밋
bf011375b9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      opencombat/simulation/physics.py

+ 0 - 1
opencombat/simulation/physics.py 파일 보기

@@ -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