diff --git a/racing.cpp b/racing.cpp index 1984a449..eb73f95d 100644 --- a/racing.cpp +++ b/racing.cpp @@ -1373,5 +1373,5 @@ EX void add_debug(cell *c) { } -} +EX } #endif diff --git a/reg3.cpp b/reg3.cpp index 3b1c5ee3..28b5c5ac 100644 --- a/reg3.cpp +++ b/reg3.cpp @@ -975,7 +975,7 @@ EX cellwalker strafe(cellwalker cw, int j) { println(hlog, "incorrect strafe"); exit(1); } -} +EX } #endif }