Mercurial > mm7
comparison mm7_data.cpp @ 1532:3c33f3e44f71
Fix and clean aWinProc and related
Fixed #31
author | yoctozepto |
---|---|
date | Fri, 06 Sep 2013 16:32:08 +0200 |
parents | 61458df2cb4f |
children | 7d986a396092 |
comparison
equal
deleted
inserted
replaced
1531:2ae4c5a5b4e5 | 1532:3c33f3e44f71 |
---|---|
1374 int bGameoverLoop = 0; // weak | 1374 int bGameoverLoop = 0; // weak |
1375 std::array<__int16, 104> intersect_face_vertex_coords_list_a; // word_F8BC48 | 1375 std::array<__int16, 104> intersect_face_vertex_coords_list_a; // word_F8BC48 |
1376 std::array<__int16, 104> intersect_face_vertex_coords_list_b; // word_F8BD18 | 1376 std::array<__int16, 104> intersect_face_vertex_coords_list_b; // word_F8BD18 |
1377 int dword_F93F20; // weak | 1377 int dword_F93F20; // weak |
1378 int dword_F93F70; // weak | 1378 int dword_F93F70; // weak |
1379 | |
1380 volatile bool initing; |