renamed function

This commit is contained in:
Jason Short 2012-01-20 10:08:38 -08:00
parent c2496948fb
commit 3a4a80c650
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); Log_Write_Cmd(g.command_index, &command_nav_queue);
// clear navigation prameters // clear navigation prameters
reset_nav(); reset_nav_params();
// Act on the new command // Act on the new command
process_nav_command(); process_nav_command();