aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/51_values.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/patches/51_values.patch b/patches/patches/51_values.patch
new file mode 100644
index 0000000..43d1f65
--- /dev/null
+++ b/patches/patches/51_values.patch
@@ -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 {