mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-19 21:53:07 +00:00
Bump Lua API revision, doc grammar fix
This commit is contained in:
parent
6897f5aefb
commit
72d6cd4aff
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ message(STATUS "Configuring OpenMW...")
|
||||||
set(OPENMW_VERSION_MAJOR 0)
|
set(OPENMW_VERSION_MAJOR 0)
|
||||||
set(OPENMW_VERSION_MINOR 51)
|
set(OPENMW_VERSION_MINOR 51)
|
||||||
set(OPENMW_VERSION_RELEASE 0)
|
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_POSTPROCESSING_API_REVISION 4)
|
||||||
|
|
||||||
set(OPENMW_VERSION_COMMITHASH "")
|
set(OPENMW_VERSION_COMMITHASH "")
|
||||||
|
|
|
||||||
|
|
@ -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
|
-- @function [parent=#world] advanceTime
|
||||||
-- @param #number hours Number of hours to advance time
|
-- @param #number hours Number of hours to advance time
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue