1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Fix ABM trigger chance being often way too high

This commit is contained in:
Perttu Ahola
2012-01-02 20:26:33 +02:00
parent cd0019acd2
commit 4630281318
2 changed files with 5 additions and 2 deletions

View File

@@ -130,7 +130,8 @@ struct ABMWithState
float timer;
ABMWithState(ActiveBlockModifier *abm_):
abm(abm_)
abm(abm_),
timer(0)
{}
};