Telemenu: Fix a typo error

This commit is contained in:
Freeman-AM 2014-05-25 11:50:11 +02:00
parent 1b4d0c7965
commit 94e0021e78

View File

@ -123,7 +123,7 @@ public actionTelMenu(id, key)
else if (equal(modname, "ts")) // The Specialists else if (equal(modname, "ts")) // The Specialists
VEC_DUCK_VIEW[2] = 16.0 VEC_DUCK_VIEW[2] = 16.0
else else
VEC_DUCK_VIEW[0] = 0.0 VEC_DUCK_VIEW[2] = 0.0
} }
if (VEC_DUCK_VIEW[2] > 0.0) if (VEC_DUCK_VIEW[2] > 0.0)
{ {