mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Define and use limit constants for Irrlicht fixed-width types
This commit is contained in:
parent
b12bdcce34
commit
f0cd5da687
11 changed files with 31 additions and 16 deletions
|
@ -589,7 +589,7 @@ void Server::AsyncRunStep(bool initial_step)
|
|||
ScopeProfiler sp(g_profiler, "Server: map timer and unload");
|
||||
m_env->getMap().timerUpdate(map_timer_and_unload_dtime,
|
||||
g_settings->getFloat("server_unload_unused_data_timeout"),
|
||||
(u32)-1);
|
||||
U32_MAX);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue