| # | Line 59 | Line 59 | char **argv; | |
|---|---|---|
| 59 | if ((libpath = getenv("RAYPATH")) == NULL) | |
| 60 | libpath = ":/usr/local/lib/ray"; | |
| 61 | ||
| 62 | + | initotypes(); |
| 63 | + | |
| 64 | for (i = 1; i < argc && argv[i][0] == '-'; i++) | |
| 65 | switch (argv[i][1]) { | |
| 66 | case '\0': /* scene from stdin */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |