5 lines
85 B
C
5 lines
85 B
C
void do_tests() {
|
|
if (this_player())
|
|
ASSERT(intp(query_idle(this_player())));
|
|
}
|