diff --git a/programs/demos/ray/ray.asm b/programs/demos/ray/ray.asm index 4455463750..5c42bb3455 100644 --- a/programs/demos/ray/ray.asm +++ b/programs/demos/ray/ray.asm @@ -183,7 +183,7 @@ jmp still -include 'RAY.INC' +include 'ray.inc' ; ********************************************* ; ******* WINDOW DEFINITIONS AND DRAW ********