mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 12:27:13 +00:00
Reapply static_cast fix from 561cc33dc41d5b1561934d5c9e184f1da8545195
This commit is contained in:
parent
dd509518e0
commit
778e916b95
@ -756,7 +756,7 @@
|
||||
/*
|
||||
@@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
|
||||
*/
|
||||
#define LUAL_BUFFERSIZE ((int)(16 * sizeof(void*) * sizeof(lua_Number)))
|
||||
#define LUAL_BUFFERSIZE (static_cast<int>(16 * sizeof(void*) * sizeof(lua_Number)))
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user