mirror of
https://github.com/minetest/minetest.git
synced 2025-02-20 03:43:47 +01:00
Suppress MSVC warning in chat.cpp
This commit is contained in:
@ -774,5 +774,5 @@ void ChatBackend::scrollPageDown()
|
|||||||
|
|
||||||
void ChatBackend::scrollPageUp()
|
void ChatBackend::scrollPageUp()
|
||||||
{
|
{
|
||||||
m_console_buffer.scroll(-m_console_buffer.getRows());
|
m_console_buffer.scroll(-(s32)m_console_buffer.getRows());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user