fixed typo

This commit is contained in:
fokkonaut 2019-05-26 22:47:02 +02:00 committed by GitHub
parent f1d122d85b
commit 14c7bf550a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2754,7 +2754,7 @@ void CGameContext::OnInit(/*class IKernel *pKernel*/)
else if(Index == TILE_EHOOK)
{
g_Config.m_SvEndlessDrag = 1;
dbg_msg("game layer", "found no unlimited hook time tile");
dbg_msg("game layer", "found unlimited hook time tile");
}
else if(Index == TILE_NOHIT)
{
@ -2790,7 +2790,7 @@ void CGameContext::OnInit(/*class IKernel *pKernel*/)
else if(Index == TILE_EHOOK)
{
g_Config.m_SvEndlessDrag = 1;
dbg_msg("front layer", "found no unlimited hook time tile");
dbg_msg("front layer", "found unlimited hook time tile");
}
else if(Index == TILE_NOHIT)
{