From 311c175f3184103950c72bc5c775174597430b83 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 14 Jul 2017 01:31:22 +0300 Subject: Replace std::vector into macro STD_VECTOR. In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. --- src/actormanager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/actormanager.h') diff --git a/src/actormanager.h b/src/actormanager.h index 10ca749fb..6fdf8d64c 100644 --- a/src/actormanager.h +++ b/src/actormanager.h @@ -143,7 +143,7 @@ class ActorManager final: public ConfigListener /** * Returns a beings at the specific pixel. */ - void findBeingsByPixel(std::vector &beings, + void findBeingsByPixel(STD_VECTOR &beings, const int x, const int y, const AllPlayers allPlayers) const; @@ -271,7 +271,7 @@ class ActorManager final: public ConfigListener void printBeingsToChat(const std::string &header) const; - static void printBeingsToChat(const std::vector &beings, + static void printBeingsToChat(const STD_VECTOR &beings, const std::string &header); void getPlayerNames(StringVect &names, -- cgit v1.2.3-70-g09d2