From c5cebbc59e02eb4b11566bff693085c418e4bfa3 Mon Sep 17 00:00:00 2001 From: "BADIM-PC\\Vadim" Date: Mon, 23 Oct 2017 12:39:56 +0300 Subject: [PATCH] 0.47.0 live reload source revert after press ESC #346 --- src/console.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/console.c b/src/console.c index 45bd205..bef7693 100644 --- a/src/console.c +++ b/src/console.c @@ -2292,9 +2292,6 @@ static bool loadFileIntoBuffer(Console* console, char* buffer, const char* fileN memcpy(buffer, contents, SDL_min(size, TIC_CODE_SIZE-1)); SDL_free(contents); - embed.yes = true; - embed.fast = true; - return true; }