From 91c61b059dd9ebdea6f1ff3ddc8cef934d731dbc Mon Sep 17 00:00:00 2001 From: Artem Andryukhov Date: Thu, 21 Jun 2018 19:13:59 +0300 Subject: [PATCH] minor changes --- adapter/libAdapter.cpp | 8 ++++---- resources/default_location/events/event.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/adapter/libAdapter.cpp b/adapter/libAdapter.cpp index 930e9cc..d796f84 100644 --- a/adapter/libAdapter.cpp +++ b/adapter/libAdapter.cpp @@ -77,12 +77,12 @@ int Go(int x, int y) { //перемещение героя gameData.tdWorking = true; gameData.writer = gameData.hero.GetName(); if (gameData.hero.Move({x, y})) { - gameData.diaryString = say_go; + // gameData.diaryString = say_go; Moving(); } - else { - gameData.diaryString = say_cant_go; - } + // else { + // gameData.diaryString = say_cant_go; + // } return 0; } diff --git a/resources/default_location/events/event.json b/resources/default_location/events/event.json index 9fe49f9..563cb79 100644 --- a/resources/default_location/events/event.json +++ b/resources/default_location/events/event.json @@ -22,8 +22,8 @@ ] }, { - "id": "between_mountains_1", - "name": "Between mountains_1", + "id": "between_hills", + "name": "Between hills", "level": 1, "coord": { "x": 636,