Searched refs:portal_y (Results 1 – 4 of 4) sorted by relevance
410 int y = board->portal_y[i][0]; in savePortals()412 int ty = board->portal_y[i][1]; in savePortals()
376 int portal_y[XYEDIT_OBJECT_COLORS+1][2]; variable
1332 editor::board->portal_y[i][j] = -1;1375 editorload_portal_y[i][j] = XYE_VERT-editor::board->portal_y[i][j]-1;1525 editor::board->portal_y[i][j] = XYE_VERT-editorload_portal_y[i][j]-1;
1823 portal_y[i][j] = other->portal_y[i][j]; in assign()1997 portal_x[i][j]= portal_y[i][j]=-1; in makeDefaultLevel()2331 int tx= portal_x[cid][use], ty=portal_y[cid][use]; in enforceUniquePortals()2337 portal_y[cid][use]=y; in enforceUniquePortals()2357 if((x==portal_x[i][j]) && (y==portal_y[i][j])) in applyFromButtons()2359 portal_x[i][j] = portal_y[i][j] = -1; in applyFromButtons()