Home
last modified time | relevance | path

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

/dports/games/critterding/critterding-beta12/src/scenes/entities/
H A Dbodyarch.cpp1222 string POS_Z_2 = Parser::Instance()->returnUntillStrip( " ", line ); in setArch() local
1223 if(EOF == sscanf(POS_Z_2.c_str(), "%f", &co->pos_z_2)) cerr << "error in parsing body" << endl; in setArch()
1294 string POS_Z_2 = Parser::Instance()->returnUntillStrip( " ", line ); in setArch() local
1295 if(EOF == sscanf(POS_Z_2.c_str(), "%f", &co->pos_z_2)) cerr << "error in parsing body" << endl; in setArch()