Add ex51 values
This commit is contained in:
parent
95bdff5bfd
commit
c22c5d474d
3 changed files with 196 additions and 1 deletions
12
patches/patches/51_values.patch
Normal file
12
patches/patches/51_values.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
96c96
|
||||
< const print = ???;
|
||||
---
|
||||
> const print = std.debug.print;
|
||||
152c152
|
||||
< levelUp(glorp, reward_xp);
|
||||
---
|
||||
> levelUp(&glorp, reward_xp);
|
||||
157c157
|
||||
< fn levelUp(character_access: Character, xp: u32) void {
|
||||
---
|
||||
> fn levelUp(character_access: *Character, xp: u32) void {
|
||||
Loading…
Add table
Add a link
Reference in a new issue