Home
last modified time | relevance | path

Searched refs:POS_Y_1 (Results 1 – 1 of 1) sorted by relevance

/dports/games/critterding/critterding-beta12/src/scenes/entities/
H A Dbodyarch.cpp1196 string POS_Y_1 = Parser::Instance()->returnUntillStrip( " ", line ); in setArch() local
1197 if(EOF == sscanf(POS_Y_1.c_str(), "%f", &co->pos_y_1)) cerr << "error in parsing body" << endl; in setArch()
1268 string POS_Y_1 = Parser::Instance()->returnUntillStrip( " ", line ); in setArch() local
1269 if(EOF == sscanf(POS_Y_1.c_str(), "%f", &co->pos_y_1)) cerr << "error in parsing body" << endl; in setArch()