mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-19 02:38:32 +00:00
EFH: Change EFH_EFH_H_ to EFH_H based on sev's review. Fix a typo
This commit is contained in:
parent
1f15de9b97
commit
878576311d
@ -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];
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef EFH_EFH_H
|
||||
#define EFH_EFH_H
|
||||
#ifndef EFH_H
|
||||
#define EFH_H
|
||||
|
||||
#include "engines/advancedDetector.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user