Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a bug in GenericCAO GENERIC_CMD_UPDATE_POSITION parsing.
  • Loading branch information
xyzz committed Dec 13, 2013
1 parent d9ef072 commit 67bf713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content_cao.cpp
Expand Up @@ -1649,6 +1649,8 @@ class GenericCAO : public ClientActiveObject
m_acceleration = readV3F1000(is);
if(fabs(m_prop.automatic_rotate) < 0.001)
m_yaw = readF1000(is);
else
readF1000(is);
bool do_interpolate = readU8(is);
bool is_end_position = readU8(is);
float update_interval = readF1000(is);
Expand Down

0 comments on commit 67bf713

Please sign in to comment.