EFH: Change EFH_EFH_H_ to EFH_H based on sev's review. Fix a typo

This commit is contained in:
Strangerke 2023-01-08 22:56:03 +01:00 committed by Eugene Sandulenko
parent 1f15de9b97
commit 878576311d
No known key found for this signature in database
GPG Key ID: 014D387312D34F08
2 changed files with 3 additions and 3 deletions

View File

@ -538,7 +538,7 @@ void EfhEngine::initMapMonsters() {
void EfhEngine::loadMapArrays(int idx) {
debugC(6, kDebugEngine, "loadMapArrays %d", idx);
debug("TODO : rewrite the pre-loadign of data and loadMapArrays in order to avoid to lose info when changing map");
debug("TODO : rewrite the pre-loading of data and loadMapArrays in order to avoid to lose info when changing map");
uint8 *mapSpecialTilePtr = &_mapArr[idx][2];

View File

@ -19,8 +19,8 @@
*
*/
#ifndef EFH_EFH_H
#define EFH_EFH_H
#ifndef EFH_H
#define EFH_H
#include "engines/advancedDetector.h"