SQC-15_online #1

Merged
memartel_loc merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
Showing only changes of commit 7ccecdfd4a - Show all commits

View File

@ -1337,6 +1337,8 @@ void Engine::Render(float elapsedTime) {
case OUTPUT:
if (Deserialize(&out, pck, &bsize)) {
RemotePlayer* r = (RemotePlayer*)m_players[out.id];
if (!r)
break;
r->Feed(out);
}
break;