From 2a505b427d7b601873920948c65929f1f4795149 Mon Sep 17 00:00:00 2001 From: Allofich Date: Sun, 26 Mar 2017 18:33:37 +0900 Subject: [PATCH] Remove second LAND_SIZE definition --- components/esm/loadland.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/esm/loadland.cpp b/components/esm/loadland.cpp index 0869eb7be..72c3eb98d 100644 --- a/components/esm/loadland.cpp +++ b/components/esm/loadland.cpp @@ -335,7 +335,4 @@ namespace ESM } } } - - const int Land::LAND_SIZE; - }