diff --git a/apps/openmw-mp/Script/Functions/Cells.hpp b/apps/openmw-mp/Script/Functions/Cells.hpp index 6c8489869..2761ca0a5 100644 --- a/apps/openmw-mp/Script/Functions/Cells.hpp +++ b/apps/openmw-mp/Script/Functions/Cells.hpp @@ -3,7 +3,7 @@ #include "../Types.hpp" -#define POSITIONAPI \ +#define CELLAPI \ {"GetCell", CellFunctions::GetCell},\ {"SetCell", CellFunctions::SetCell},\ {"SetExterior", CellFunctions::SetExterior},\