hello guys,

today i tried to create an sprite from an pre-defined Bitmap, code Looks like this:
Code:
#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!


Die Menschen, die verrückt genug sind zu sagen, dass sie die Welt verändern werden, sind diejenigen, die es tuen!
-Steve Jobs