From 8e4bce58ea299527003cd2da5ef8dcb5f84b7f23 Mon Sep 17 00:00:00 2001 From: Pavel Stupnikov Date: Tue, 24 Apr 2018 20:19:01 +0300 Subject: Feature: GS methods to scroll viewport for players (#6745) --- src/command_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/command_type.h') diff --git a/src/command_type.h b/src/command_type.h index f318216ac..0a2fde297 100644 --- a/src/command_type.h +++ b/src/command_type.h @@ -293,6 +293,8 @@ enum Commands { CMD_SHOW_STORY_PAGE, ///< show a story page CMD_REMOVE_STORY_PAGE, ///< remove a story page CMD_REMOVE_STORY_PAGE_ELEMENT, ///< remove a story page element + CMD_SCROLL_VIEWPORT, ///< scroll main viewport of players + CMD_LEVEL_LAND, ///< level land CMD_BUILD_LOCK, ///< build a lock -- cgit v1.2.3-54-g00ecf