the string contains just the path of the file (or just the filename):

Code:
#include ...

STRING * test_sprite_bmap = "bmap.tga";

void main()
{
    load_level("");
    init_basicStuff();
    
    ent_create(test_sprite_bmap, nullvector, NULL);
}



POTATO-MAN saves the day! - Random