Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into test
  • Loading branch information
Dmitry Paliy committed Jun 21, 2018
2 parents 0d92149 + 91c61b0 commit a662de4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions adapter/libAdapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
4 changes: 2 additions & 2 deletions resources/default_location/events/event.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
]
},
{
"id": "between_mountains_1",
"name": "Between mountains_1",
"id": "between_hills",
"name": "Between hills",
"level": 1,
"coord": {
"x": 636,
Expand Down

0 comments on commit a662de4

Please sign in to comment.