Looks like you forgot to close your function....
yeti_load_map(yeti, &warehouse;
Should be
yeti_load_map(yeti, &warehouse);
bmnb1234 wrote:
>I am working a yeti3d pronged when I was able to get it to compiler
>using VisualHAM with default map with no problems.
>
>But when I replaced with my map warehouse.c I searched all the code
>and replaced all entries of e1m1 with warehouse I got the following
>errors.
>
>../../src/game.c:260: error: parse error before ';' token
>make: *** [../../src/game.o] Error 1
>
>in my yeti.c
>yeti_load_map(yeti, &warehouse;
>
>in my yeti.h
>extern YETI_ROM rom_map_t warehouse;
>
>I then tried to delegate the default map e1m1.c and rename my map
>e1m1.c and I got this error
>Message.
>
>: undefined reference to `e1m1'
>
>
>I would grateful anyone has any ideas on how to get my maps working
>in yeti3d.
>
>Thank you for your time!
>Jason
>
>
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>