mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-24 10:02:16 -05:00
Update MediaWiki page '317 Update item container'
This commit is contained in:
parent
07f153cdfa
commit
4889195bc2
@ -24,7 +24,7 @@ Updates the items in a given interface component.
|
||||
The rest in pseudo-code:
|
||||
|
||||
|
||||
for (i = 0; i < amt_of_items; i++) {
|
||||
for (int i = 0; i < amt_of_items; i++) {
|
||||
item_amount = read_u_byte(); // Item Amount: U Byte
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user