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