- Move syncinput mechanism into GameInput object.

This commit is contained in:
Mitchell Richters 2023-10-05 13:10:47 +11:00
parent 33bc4b08cb
commit 03a69c24b3
19 changed files with 51 additions and 53 deletions

View file

@ -617,7 +617,7 @@ void TryRunTics (void)
gi->Predict(myconnectindex);
#endif
}
if (!SyncInput())
if (!gameInput.SyncInput())
{
gameInput.getInput();
}