TITANIC: Correct spelling mistake

accomodate -> accommodate
This commit is contained in:
Hubert Maier 2022-10-27 12:49:11 +02:00 committed by Eugene Sandulenko
parent e2d1e88d6f
commit ba3aad8adf
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -117,7 +117,7 @@ void Events::pollEventsAndWait() {
gameManager->_sound.updateMixer();
// WORKAROUND: If in the Star Control view, update the camera
// frequently, to accomodate that the original had a higher
// frequently, to accommodate that the original had a higher
// draw rate than the ScummVM implementation does
CViewItem *view = gameManager->getView();
if (view->getFullViewName() == "Bridge.Node 4.N") {