aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-05 11:01:12 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-05 11:01:12 -0500
commitc22c5d474d4c5c4ce9b4c29b39523f238a03f41d (patch)
treeabfc52fc1d14afd1ebb03ac0a4a5273932aebfa4 /patches
parent95bdff5bfdf3c4300b844e14251cd3dcfcd76ef8 (diff)
downloadziglings-c22c5d474d4c5c4ce9b4c29b39523f238a03f41d.tar.gz
ziglings-c22c5d474d4c5c4ce9b4c29b39523f238a03f41d.tar.bz2
ziglings-c22c5d474d4c5c4ce9b4c29b39523f238a03f41d.tar.xz
ziglings-c22c5d474d4c5c4ce9b4c29b39523f238a03f41d.zip
Add ex51 values
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 {