Example #1
0
void aftermove_cai_gun(Object *o)
{
  Object *curly = o->linkedobject;
  if (curly)
  {
    o->x   = curly->ActionPointX();
    o->y   = curly->ActionPointY();
    o->dir = curly->dir;
  }
}