home · contact · privacy
Fix typo in comment.
[plomrogue] / roguelike-server
index d370794c6d824f2a674d7eaf11a5bd94a1e9155d..86ea463d9b541a79102946686a2e88f0e5b79635 100755 (executable)
@@ -793,7 +793,7 @@ def get_dir_to_target(t, filter):
     """
 
     def zero_score_map_where_char_on_memdepthmap(c):
-        # OUTSOURCED TO libpomrogue.so:
+        # OUTSOURCED TO libplomrogue.so:
         # for i in [i for i in range(world_db["MAP_LENGTH"] ** 2)
         #           if t["T_MEMDEPTHMAP"][i] == mem_depth_c[0]]:
         #     set_map_score(i, 0)