diff --git a/rts/Game/IGameCommands.h b/rts/Game/IGameCommands.h index 1963af705c..62d654e09d 100644 --- a/rts/Game/IGameCommands.h +++ b/rts/Game/IGameCommands.h @@ -104,7 +104,7 @@ class IGameCommands spring::unsynced_map actionExecutors; std::vector< std::pair > sortedExecutors; - std::array actionExecutorMem; + std::array actionExecutorMem; size_t actionExecMemIndex = 0; // size_t numActionExecutors = 0;