diff --git a/include/Engine/Network/EInterpolate.h b/include/Engine/Network/EInterpolate.h index 65038e49..93bf1a5c 100644 --- a/include/Engine/Network/EInterpolate.h +++ b/include/Engine/Network/EInterpolate.h @@ -12,7 +12,7 @@ namespace Events struct Interpolate : Event { EntityID Entity; - boost::shared_array DataArray; + boost::shared_array DataArray; }; } diff --git a/src/Game/CMakeLists.txt b/src/Game/CMakeLists.txt index 04146670..769cbd4f 100644 --- a/src/Game/CMakeLists.txt +++ b/src/Game/CMakeLists.txt @@ -21,6 +21,7 @@ set(SOURCE_FILES "Game.cpp" "HealthSystem.cpp" "PlayerSystem.cpp" + "InterpolationSystem.cpp" ) set(LIBRARIES