diff --git a/a.out b/a.out index cb14ea3..08a21fb 100755 Binary files a/a.out and b/a.out differ diff --git a/display.cmi b/display.cmi index ac4935e..24f5f56 100644 Binary files a/display.cmi and b/display.cmi differ diff --git a/display.cmo b/display.cmo index 69132c2..57713bc 100644 Binary files a/display.cmo and b/display.cmo differ diff --git a/display.ml b/display.ml index aba3b5d..715fd42 100644 --- a/display.ml +++ b/display.ml @@ -111,7 +111,7 @@ let parse_texture filename = tex | exn -> close_in ptr ; raise exn ;; -let stone = parse_texture "output.txt" ;; +let stone = parse_texture "texture404.txt" ;; (* ------------------------------------------------------------- *) (* ------------------------------------------------------------- *)