Mercurial > hg > Members > koba > t_dandy
view spe/Bom.cc @ 69:1c57e38fb9b5
fix xml files ( model /c_xyz )
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 22 May 2011 10:19:58 +0900 |
parents | 927401604461 |
children | cfd42ee2ad28 |
line wrap: on
line source
#include "tobject.h" void Bom(int x, int y, int bomend, bomchar *bchar) { int i; bomend++; if (bomend > 49) { bomend = 49; return; } i = bomend; bchar[i].x = x; bchar[i].y = y; bchar[i].no = 0; bchar[i].f = 0; return; }