From 70823d011d43049977528b6e45541e65829b2ab4 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Thu, 26 Jan 2017 16:16:28 +0200 Subject: [PATCH] [Server] Define CELLAPI --- apps/openmw-mp/Script/Functions/Cells.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},\