From bb76fc442ce91554f5df60c6ef606eefac6b05a4 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Fri, 22 Jul 2022 10:03:55 +0100 Subject: [PATCH] Fix typo in `game.gp` when building test zone (#1695) --- goal_src/jak1/game.gp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goal_src/jak1/game.gp b/goal_src/jak1/game.gp index 3c344a5515..893e565cef 100644 --- a/goal_src/jak1/game.gp +++ b/goal_src/jak1/game.gp @@ -1617,7 +1617,7 @@ ;; it should point to the .jsonc file that specifies the level. (build-custom-level "test-zone") ;; the DGO file -(custom-level-cgo "TESTZONE.DGO" "test-zone/testzone.gd") +(custom-level-cgo "TSZ.DGO" "test-zone/testzone.gd") ;;;;;;;;;;;;;;;;;;;;; ;; Game Engine Code