From 7cbf411a91fc594f9a71016d2e90e27ab208e019 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Tue, 14 Mar 2017 20:18:14 -0700 Subject: Adjusted the save file removed profile added "are you sure" thing before erasing save --- var.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'var.lua') diff --git a/var.lua b/var.lua index b1800cf..5b4138c 100644 --- a/var.lua +++ b/var.lua @@ -135,11 +135,6 @@ function loadVar() internet.load = 0 internet.blinkTimer = 0 internet.blink = false - profile = {} - profile.setup = false - profile.name = "No Name" - profile.gender = "Person" - profile.pronoun = {they,them,their} v1.yes = false v1.timer = 0 v1.shakemin = 0 @@ -297,6 +292,7 @@ function loadVar() expl.deb[3].r = math.rad(0) expl.deb[3].rm = math.rad(1) expl.deb.load = false + eraseGame = false std = {} std[1] = {} std[1].title = "Baby" @@ -429,6 +425,7 @@ function loadPre() end function loadRe() loading = 0 + sys.mouse.p.p = false fade = 0 loaded = true loadingId = 1 -- cgit