fixed uninitialised variable warning

This commit is contained in:
Andrew Tridgell 2011-10-29 19:14:10 +11:00
parent c914b11504
commit 3f7d46b17e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static void process_next_command()
// and loads conditional or immediate commands if applicable // and loads conditional or immediate commands if applicable
struct Location temp; struct Location temp;
byte old_index; byte old_index = 0;
// these are Navigation/Must commands // these are Navigation/Must commands
// --------------------------------- // ---------------------------------