JANITORIAL: Fix typo in a comment

This commit is contained in:
Eugene Sandulenko 2024-04-01 15:54:04 +02:00
parent 174846e99c
commit 9a4ae29304
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -186,7 +186,7 @@ Engine::Engine(OSystem *syst)
// is not touched during this process, since our GUI is 16-bit
// or 32-bit.
//
// This may lead to residual palette entries held in the backedn
// This may lead to residual palette entries held in the backend
// from a previous engine. Here we make sure we reset the palette.
byte dummyPalette[768];
memset(dummyPalette, 0, 768);