mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed typo
This commit is contained in:
parent
f1d122d85b
commit
14c7bf550a
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue