From fde5f9862dc23705e62d602b786acb9bca729481 Mon Sep 17 00:00:00 2001 From: DeaDDooMER Date: Sun, 5 Mar 2017 20:06:35 +0300 Subject: [PATCH 1/1] Fix save game --- src/CAVE.mpsrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/CAVE.mpsrc b/src/CAVE.mpsrc index ccdef84..27145e5 100644 --- a/src/CAVE.mpsrc +++ b/src/CAVE.mpsrc @@ -513,9 +513,8 @@ procedure saveworld(path:string); if file_exists(path+world_name)<>1 then file_create(path+world_name); if open_file(path+world_name)=1 then begin - writeint(player.getX); - writeint(player.getX); - //Matrix + writeint(player.getX); + writeint(player.getY); //Matrix SaveMapRLE; SaveMapInfoRLE; -- 2.29.2