diff options
Diffstat (limited to 'src/command_type.h')
-rw-r--r-- | src/command_type.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |