1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Suppress MSVC warning in chat.cpp

This commit is contained in:
gregorycu
2015-01-25 16:08:12 +10:00
committed by Craig Robbins
parent ed7c9c4cb8
commit 5b55deb1eb

View File

@@ -774,5 +774,5 @@ void ChatBackend::scrollPageDown()
void ChatBackend::scrollPageUp()
{
m_console_buffer.scroll(-m_console_buffer.getRows());
m_console_buffer.scroll(-(s32)m_console_buffer.getRows());
}