forked from speed-dreams/speed-dreams-code
fix error on networkhuman.cpp
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5091 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 1e7996b2aba1cf8809a307384c97391e62d111f8 Former-commit-id: 47825218fec915461c06d51155a6ddc77937474a
This commit is contained in:
parent
ab7ec467d4
commit
784364af7c
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ static void drive_mt(int index, tCarElt* car, tSituation *s)
|
|||
if (NetGetNetwork())
|
||||
{
|
||||
if (g_activeDriver!=idx)
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
cmd = HCtx[idx]->CmdControl;
|
||||
|
|
Loading…
Reference in a new issue