summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
Diffstat (limited to 'src/object')
-rw-r--r--src/object/task/taskflag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/task/taskflag.cpp b/src/object/task/taskflag.cpp
index d45fff4..c88b5c0 100644
--- a/src/object/task/taskflag.cpp
+++ b/src/object/task/taskflag.cpp
@@ -253,7 +253,7 @@ Error CTaskFlag::CreateFlag(int rank)
delete pNew;
return ERR_TOOMANY;
}
- pNew->SetZoom(0, 0.0f);
+ //pNew->SetZoom(0, 0.0f);
m_sound->Play(SOUND_WAYPOINT, pos);
pyro = new Gfx::CPyro(m_iMan);