From d52596f2534e3042d04fe4a74fb5701745c4dc5b Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Sun, 30 Jul 2017 21:49:41 -0700 Subject: [PATCH] mike:GameState: Removed outdated comment --- love/mike/lib/GameState.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/love/mike/lib/GameState.lua b/love/mike/lib/GameState.lua index c53307f..93edd03 100644 --- a/love/mike/lib/GameState.lua +++ b/love/mike/lib/GameState.lua @@ -8,7 +8,6 @@ end function GameState.load(SAVE_FILE) - -- Pretty sure doing this slash will break it on winblows -- placeholder is the name of our placeholder variable -- so we can do things like "actors = GameState.load" love.filesystem.load(SAVE_FILE)() -- Load and run the file