Re-sync patches with current changes
This commit is contained in:
parent
621d72db56
commit
2460b182c0
7 changed files with 57 additions and 15 deletions
|
|
@ -1,12 +1,12 @@
|
|||
96c96
|
||||
95c95
|
||||
< const print = ???;
|
||||
---
|
||||
> const print = std.debug.print;
|
||||
152c152
|
||||
160c160
|
||||
< levelUp(glorp, reward_xp);
|
||||
---
|
||||
> levelUp(&glorp, reward_xp);
|
||||
157c157
|
||||
166c166
|
||||
< 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