boe.actions.cpp: correct a mistake when using arrows to move target

Scenario Editor: some cleaning + reset the terrain center correctly if it is
  outside the terrain bounds...
This commit is contained in:
ALONSO Laurent
2021-10-30 12:53:06 +02:00
committed by Celtic Minstrel
parent 1fe4875448
commit 8efa23debb
8 changed files with 76 additions and 128 deletions

View File

@@ -37,5 +37,4 @@ bool is_road(short i,short j);
short string_length(char *str);
rectangle get_custom_rect (short which_rect);
void init_dialogs();
void record_display_strings();
sf::Vector2f translate_mouse_coordinates(sf::Vector2i const point);