1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-09-17 17:57:18 +02:00

Improve searching for active entities. Also fix a possible crash because the entity instance pushed on the stack was appending to itself instead of the array.

This commit is contained in:
Sandu Liviu Catalin
2016-06-21 09:02:44 +03:00
parent 22fc6c54c2
commit 1d12ddd60d
10 changed files with 109 additions and 91 deletions

8
source/Base/Algo.cpp Normal file
View File

@@ -0,0 +1,8 @@
// ------------------------------------------------------------------------------------------------
#include "Base/Algo.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
} // Namespace:: SqMod