Skip to content

Commit

Permalink
Fix merge mistake when rebasing for PR #1169
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranG authored and sfan5 committed Mar 24, 2014
1 parent 5bd9c23 commit 564e11f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/environment.cpp
Expand Up @@ -795,8 +795,7 @@ class ABMHandler
// Call all the trigger variations
i->abm->trigger(m_env, p, n);
i->abm->trigger(m_env, p, n,
active_object_count,
active_object_count_wider + active_object_count);
active_object_count, active_object_count_wider);

// Count surrounding objects again if the abms added any
if(m_env->m_added_objects > 0) {
Expand Down

0 comments on commit 564e11f

Please sign in to comment.