From 72d6cd4aff413e6d98ae02f52b730c9140a2a1bc Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Thu, 4 Dec 2025 23:50:23 +0300 Subject: [PATCH] Bump Lua API revision, doc grammar fix --- CMakeLists.txt | 2 +- files/lua_api/openmw/world.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac7e6a5dfa..3b386cd305 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ message(STATUS "Configuring OpenMW...") set(OPENMW_VERSION_MAJOR 0) set(OPENMW_VERSION_MINOR 51) set(OPENMW_VERSION_RELEASE 0) -set(OPENMW_LUA_API_REVISION 104) +set(OPENMW_LUA_API_REVISION 105) set(OPENMW_POSTPROCESSING_API_REVISION 4) set(OPENMW_VERSION_COMMITHASH "") diff --git a/files/lua_api/openmw/world.lua b/files/lua_api/openmw/world.lua index 1a9060e0d7..651124a18b 100644 --- a/files/lua_api/openmw/world.lua +++ b/files/lua_api/openmw/world.lua @@ -206,7 +206,7 @@ -- --- --- Advance the world time by a certain number of hours. This advances time, weather, and AI, but does not perform other functions associated with the passage of time, eg regeneration. +-- Advance the world time by a certain number of hours. This advances time, weather, and AI, but does not perform other functions associated with the passage of time, e.g., regeneration. -- @function [parent=#world] advanceTime -- @param #number hours Number of hours to advance time