diff options
| author | 1029chris <1029chris@gmail.com> | 2017-03-14 20:18:14 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2017-03-14 20:18:14 -0700 |
| commit | 7cbf411a91fc594f9a71016d2e90e27ab208e019 (patch) | |
| tree | 0e9e01aeabc35ec93cb7c8258eb2e26bffbdeb91 /loading.lua | |
| parent | 5daf2309272fc3d413f230514534d550c6bd2e33 (diff) | |
removed profile
added "are you sure" thing before erasing save
Diffstat (limited to 'loading.lua')
| -rw-r--r-- | loading.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/loading.lua b/loading.lua index 26657c2..10b19c2 100644 --- a/loading.lua +++ b/loading.lua @@ -60,11 +60,6 @@ function loadSave() loadGame = love.filesystem.load("savegame.txt") loadGame() end - if love.filesystem.exists("profile.txt") == true then - loadProfile = love.filesystem.load("profile.txt") - loadProfile() - profile.setup = true - end end function bool2str(bool) if bool == false then |
