about summary refs log tree commit diff stats
path: root/html/rogue/js
diff options
context:
space:
mode:
Diffstat (limited to 'html/rogue/js')
-rw-r--r--html/rogue/js/fow.js (renamed from html/rogue/js/fogOfWar.js)1
1 files changed, 0 insertions, 1 deletions
diff --git a/html/rogue/js/fogOfWar.js b/html/rogue/js/fow.js
index cb11938..77f55c0 100644
--- a/html/rogue/js/fogOfWar.js
+++ b/html/rogue/js/fow.js
@@ -5,7 +5,6 @@ const FogOfWar = {
     // Configuration
     VISION_RANGE: Config.player.VISION_RANGE,
     
-    // Initialize fog of war
     init() {
         this.revealed.clear();
         this.updateVisibility(player.position);