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:
8
source/Base/Algo.cpp
Normal file
8
source/Base/Algo.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "Base/Algo.hpp"
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
namespace SqMod {
|
||||
|
||||
|
||||
} // Namespace:: SqMod
|
Reference in New Issue
Block a user