diff options
| author | megamage <none@none> | 2009-02-04 10:53:58 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-04 10:53:58 -0600 |
| commit | df7499e0565116c356308839079c36943ba7949c (patch) | |
| tree | 5c7b362962dc49e95601eea5ccfe5102b370639d /src/framework/GameSystem | |
| parent | 50c82c666093b5dac3cd60cddf9f46223a48d8d9 (diff) | |
| parent | 6b19b789ca1757b99a5eaf37fba7c3f555347ab1 (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/framework/GameSystem')
| -rw-r--r-- | src/framework/GameSystem/Grid.h | 2 | ||||
| -rw-r--r-- | src/framework/GameSystem/GridLoader.h | 2 | ||||
| -rw-r--r-- | src/framework/GameSystem/GridRefManager.h | 2 | ||||
| -rw-r--r-- | src/framework/GameSystem/GridReference.h | 2 | ||||
| -rw-r--r-- | src/framework/GameSystem/NGrid.h | 4 | ||||
| -rw-r--r-- | src/framework/GameSystem/TypeContainer.h | 2 | ||||
| -rw-r--r-- | src/framework/GameSystem/TypeContainerFunctions.h | 2 | ||||
| -rw-r--r-- | src/framework/GameSystem/TypeContainerFunctionsPtr.h | 2 | ||||
| -rw-r--r-- | src/framework/GameSystem/TypeContainerVisitor.h | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/src/framework/GameSystem/Grid.h b/src/framework/GameSystem/Grid.h index 29c3844d0b6..a239795f3c3 100644 --- a/src/framework/GameSystem/Grid.h +++ b/src/framework/GameSystem/Grid.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> diff --git a/src/framework/GameSystem/GridLoader.h b/src/framework/GameSystem/GridLoader.h index 900110a4d73..882974b81b0 100644 --- a/src/framework/GameSystem/GridLoader.h +++ b/src/framework/GameSystem/GridLoader.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> diff --git a/src/framework/GameSystem/GridRefManager.h b/src/framework/GameSystem/GridRefManager.h index d1dc0fb4ab9..d233b844572 100644 --- a/src/framework/GameSystem/GridRefManager.h +++ b/src/framework/GameSystem/GridRefManager.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> diff --git a/src/framework/GameSystem/GridReference.h b/src/framework/GameSystem/GridReference.h index 5e7d1108429..65592e780b1 100644 --- a/src/framework/GameSystem/GridReference.h +++ b/src/framework/GameSystem/GridReference.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> diff --git a/src/framework/GameSystem/NGrid.h b/src/framework/GameSystem/NGrid.h index b6a59361bcf..bbc6effc2f4 100644 --- a/src/framework/GameSystem/NGrid.h +++ b/src/framework/GameSystem/NGrid.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> @@ -67,7 +67,7 @@ class TRINITY_DLL_DECL NGrid public: typedef Grid<ACTIVE_OBJECT, WORLD_OBJECT_TYPES, GRID_OBJECT_TYPES, ThreadModel> GridType; - NGrid(uint32 id, int32 x, int32 y, time_t expiry, bool unload = true) : + NGrid(uint32 id, int32 x, int32 y, time_t expiry, bool unload = true) : i_gridId(id), i_cellstate(GRID_STATE_INVALID), i_x(x), i_y(y), i_GridObjectDataLoaded(false) { i_GridInfo = GridInfo(expiry, unload); diff --git a/src/framework/GameSystem/TypeContainer.h b/src/framework/GameSystem/TypeContainer.h index f0ae95e5096..b7949b8b461 100644 --- a/src/framework/GameSystem/TypeContainer.h +++ b/src/framework/GameSystem/TypeContainer.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> diff --git a/src/framework/GameSystem/TypeContainerFunctions.h b/src/framework/GameSystem/TypeContainerFunctions.h index 388ba23a64d..4dc1bcf79ba 100644 --- a/src/framework/GameSystem/TypeContainerFunctions.h +++ b/src/framework/GameSystem/TypeContainerFunctions.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> diff --git a/src/framework/GameSystem/TypeContainerFunctionsPtr.h b/src/framework/GameSystem/TypeContainerFunctionsPtr.h index e2499c8e1af..33df2b1461c 100644 --- a/src/framework/GameSystem/TypeContainerFunctionsPtr.h +++ b/src/framework/GameSystem/TypeContainerFunctionsPtr.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> diff --git a/src/framework/GameSystem/TypeContainerVisitor.h b/src/framework/GameSystem/TypeContainerVisitor.h index e3808911915..c6999a88384 100644 --- a/src/framework/GameSystem/TypeContainerVisitor.h +++ b/src/framework/GameSystem/TypeContainerVisitor.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> |
