Mercurial > mm7
comparison Indoor.cpp @ 1230:513a7893aa29
m
author | Ritor1 |
---|---|
date | Sun, 09 Jun 2013 10:16:10 +0600 |
parents | ac1b79c498a8 |
children | 182b910c528d |
comparison
equal
deleted
inserted
replaced
1229:eb419a6d48fe | 1230:513a7893aa29 |
---|---|
1379 } | 1379 } |
1380 //_screen_space_x = 719, 568, 493 | 1380 //_screen_space_x = 719, 568, 493 |
1381 //savegame: qw , 0Bh and 0x1D4h | 1381 //savegame: qw , 0Bh and 0x1D4h |
1382 //problem here when standing near/on portal, condition is false because of face_min_screenspace_x > p->uViewportZ | 1382 //problem here when standing near/on portal, condition is false because of face_min_screenspace_x > p->uViewportZ |
1383 if (face_max_screenspace_x >= p->uViewportX && | 1383 if (face_max_screenspace_x >= p->uViewportX && |
1384 // face_min_screenspace_x <= p->uViewportZ && | 1384 face_min_screenspace_x <= p->uViewportZ && |
1385 face_max_screenspace_y >= p->uViewportY && | 1385 face_max_screenspace_y >= p->uViewportY && |
1386 face_min_screenspace_y <= p->uViewportW && | 1386 face_min_screenspace_y <= p->uViewportW && |
1387 sub_424829(num_vertices, &nodes[num_nodes].field_C, &p->field_C, uFaceID)) | 1387 sub_424829(num_vertices, &nodes[num_nodes].field_C, &p->field_C, uFaceID)) |
1388 { | 1388 { |
1389 //v17 = v39; | 1389 //v17 = v39; |