Skip to content

Commit 7d19c52

Browse files
committed
style: extra character in comment
1 parent 324a796 commit 7d19c52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/region_code_get/region_code_get.gml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function region_code_get(argument0, argument1, argument2, argument3) {
22
// region_code_get(x1, y1, x2, y2)
3-
// Fetches the code of the specified region.z
3+
// Fetches the code of the specified region.
44
//show_debug_message("region_code_get")
55
var x1, y1, x2, y2, str, a, b, ca, cb, am;
66
x1 = argument0

scripts/region_code_load/region_code_load.gml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function region_code_load(argument0, argument1, argument2) {
22
// region_code_load(x, y, code)
3-
// Loads the specified code into the x, y position.z
3+
// Loads the specified code into the x, y position.
44
//show_debug_message("region_code_load " + argument2)
55
var xx, yy, str, ca, cb, val, ins, key, vel, pan, pit;
66
xx = argument0

0 commit comments

Comments
 (0)