renamed function

This commit is contained in:
Jason Short 2012-01-20 10:08:38 -08:00
parent 43365fe802
commit 932869b686
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ static void execute_nav_command(void)
Log_Write_Cmd(g.command_index, &command_nav_queue);
// clear navigation prameters
reset_nav();
reset_nav_params();
// Act on the new command
process_nav_command();