| 1924 | #ifndef NEWEDITOR |
| 1925 | |
| 1926 | void DoMatcensFrame() { |
| 1927 | int i; |
| 1928 | |
| 1929 | for (i = 0; i < Num_matcens; i++) { |
| 1930 | if (Matcen[i]) { |
| 1931 | Matcen[i]->DoThinkFrame(); |
| 1932 | } |
| 1933 | } |
| 1934 | } |
| 1935 | |
| 1936 | #endif // NEWEDITOR |
| 1937 |
no test coverage detected