fix implicit_range_loop_var_decl in Ambience object script

install-platforms
Maikel de Vries 2018-01-24 19:50:35 +01:00
parent ea72e2e542
commit 0b42dc8e20
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ private func ExecutePlayer(int plr)
{
var last_env = last_environment[plr];
var x = cursor->GetX(), y = cursor->GetY();
for (test_environment in environments)
for (var test_environment in environments)
{
if (environment = test_environment->CheckPlayer(cursor, x, y, test_environment == last_env))
{