Skip to content

Commit

Permalink
Removed comments in russian.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkriff committed Apr 17, 2012
1 parent 9dc8c48 commit 839155e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ int rnd(int min, int max){
}

/*TODO rename*/
/*проверить, что остались блоки*/
/*Check if this was last block in map.*/
bool is_able_to_inc_v3i(V3i *pos){
bool is_x_correct, is_y_correct, is_z_correct;
assert(pos);
Expand Down
4 changes: 0 additions & 4 deletions mutant3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ bool check_height_diff(V3i p1, V3i p2, int max_diff){
return abs(h1 - h2) <= max_diff;
}

/*TODO стена должна отображаться сразу у двух клеток.*/
static bool check_wall(V3i a_pos, V3i b_pos){
ushort *a;
ushort *b;
Expand Down Expand Up @@ -166,9 +165,6 @@ bool check_xxx(V3i orig_pos, V3i pos, int height){
&& check_wall(orig_pos, pos);
}

/*TODO:
Проверять разницу в высоте не с начальным блоком,
а с прилегающими!*/
ushort calc_block_clearence(V3i p, ushort max_size){
ushort i;
ushort j;
Expand Down
4 changes: 0 additions & 4 deletions path.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ static int get_tile_cost(V3i t, V3i nb){
return cost;
}

/*проверить стенку этого блока.
проверить что есть сосед в нужном направлении.
если есть сосед, то
проверить противоположную стенку соседа*/
static bool check_wall(V3i pos, int dir){
V3i pos2;
int rev_dir;
Expand Down

0 comments on commit 839155e

Please sign in to comment.