diff --git a/317-Update-item-container.mediawiki b/317-Update-item-container.mediawiki index a6c6e2c..276a5ab 100644 --- a/317-Update-item-container.mediawiki +++ b/317-Update-item-container.mediawiki @@ -23,7 +23,7 @@ Updates the items in a given interface component. The rest in pseudo-code: -for (int i = 0; i < amt_of_items; i++) { +for (i = 0; i < amt_of_items; i++) { item_amount = read_u_byte(); // Item Amount: U Byte if (item_amount == 255)