I am having allot of trouble with this tut
http://dhw.wolfenstein3d.com/viewtopic.php?p=73603
I had to change and do allot of things that where not listed, to reduce the errors,
ie adding three } 's at the end and defining the second sprite.
but I still cannot get this to compile, I seem to be down to one problem but I get 7 errors cited to these line in that block, that cite a single thing " statptr "
In WL_Agent.cpp
for (statptr = &statobjlist[0] ; statptr !=laststatobj ; statptr++)
etc
I dont know the proper terms and such so bear with me, this " statptr " is a big problem here.
I noticed in my IDE that the little hover pop up didnt appear for statptr, just blind shot(I still haven't came to understand this stuff) but I tried adding in it some places that made the hover thing happen.
ie extern statobj_t *statptr; , but I still get a many errors.
WL_AGENT.CPP|1732|undefined reference to `statptr'
all errors cite that block of code and all errors cite statptr
quite unsettling.
Last edited by Agent_Falcon93 on Sun Dec 19, 2021 10:07 am; edited 1 time in total