Skip to content
Snippets Groups Projects
Commit 2e2cded7 authored by slevy's avatar slevy
Browse files

Use parti_commandtrace() to set trace func, not ppui.cmdtrace.

parent 4dd2d8cb
No related branches found
No related tags found
No related merge requests found
......@@ -157,11 +157,11 @@ static void netupdate() {
netupdates = 0;
if(netsin.sin_addr.s_addr == INADDR_ANY) {
ppui.drawtrace = NULL;
ppui.cmdtrace = NULL;
parti_cmdtrace( NULL );
return;
}
ppui.drawtrace = broadcasting.jumps ? navtrace : NULL;
ppui.cmdtrace = broadcasting.cmds ? cmdtrace : NULL;
parti_cmdtrace( broadcasting.cmds ? cmdtrace : NULL );
}
void aer2rxyz( float rxyz[3], const float aer[3] ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment