hello guys,
today i tried to create an sprite from an pre-defined Bitmap, code Looks like this:
#include ...
BMAP* bmap = "bmap.tga"; //TGA - is this the Problem?
void main(){
load_level("");
init_basicStuff();
ent_create(bmap, nullvector, NULL);
}
however, the engine starts and says "can't find Bitmap"
i'm sure, this Bitmap exists!