diff options
Diffstat (limited to 'src/environment.h')
-rw-r--r-- | src/environment.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/environment.h b/src/environment.h index f8df77f79..beb49885c 100644 --- a/src/environment.h +++ b/src/environment.h @@ -129,10 +129,7 @@ struct ABMWithState ActiveBlockModifier *abm; float timer; - ABMWithState(ActiveBlockModifier *abm_): - abm(abm_), - timer(0) - {} + ABMWithState(ActiveBlockModifier *abm_); }; /* |