X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Flevel.c;fp=src%2Flevel.c;h=f13c486cb91f93bfb14e9b7289b3cde7e851930e;hb=c608ee9a7df130c64f195fd1e9af1f145cad207d;hp=4d1e30e323fc2d52aa643fb5d78589aab5b99a71;hpb=721cbdcc5f52c2dda7eb03e645bb92521180a3fa;p=cyberay diff --git a/src/level.c b/src/level.c index 4d1e30e..f13c486 100644 --- a/src/level.c +++ b/src/level.c @@ -4,8 +4,10 @@ int load_level(struct level *lvl, const char *fname) { + return -1; } -int ray_level(cgm_ray *ray, struct level *lvl, float maxt, struct hitpoint *hit) +int ray_level(cgm_ray *ray, struct level *lvl, float tmax, struct rayhit *hit) { + return 0; }