JANITORIAL: LURE: Fix typos

This commit is contained in:
Hubert Maier 2024-09-09 15:02:15 +02:00 committed by Filippos Karapetis
parent 1dc2e8fc19
commit a4b633938c

View File

@ -210,7 +210,7 @@ void RoomPathsData::clearOccupied(int x, int y, int width) {
// decompresses the bit-packed data for which parts of a room are occupied
// into a byte array. It also adds a column and row of padding around the
// edges of the screen, and extends occupied areas to adjust for the width
// of the chracter
// of the character
void RoomPathsData::decompress(RoomPathsDecompressedData &dataOut, int characterWidth) {
byte *pIn = &_data[ROOM_PATHS_SIZE - 1];