--- deliantra/server/include/player.h 2008/12/23 06:58:23 1.88 +++ deliantra/server/include/player.h 2008/12/27 08:01:07 1.89 @@ -221,8 +221,8 @@ } // wether the player can "see" this mapspace or not, decided by los - // 0 - nothing see, 100 - fully visible - MTH sint8 visibility_at (maptile *map, int x, int y) const; + // 0 - bright, 3 dark, 4 too dark, 100 blocked or out of range + MTH sint8 darkness_at (maptile *map, int x, int y) const; MTH void connect (client *ns); MTH void disconnect ();