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