Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit a0a2a5e

Browse files
committed
Temporary fix for RandomWeight (4zK)
1 parent 89d85a9 commit a0a2a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

System/Entity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace RTE {
1818
m_Groups.clear();
1919
m_LastGroupSearch.clear();
2020
m_LastGroupResult = false;
21-
m_RandomWeight = 1;
21+
m_RandomWeight = 100;
2222
}
2323

2424
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)