Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 197755 | Differences between
and this patch

Collapse All | Expand All

(-)src/World.cpp (-1 / +1 lines)
Lines 712-718 Link Here
712
    Sphere::loadTexture("Textures/welcome.bmp", &this->welcomeTextureId);
712
    Sphere::loadTexture("Textures/welcome.bmp", &this->welcomeTextureId);
713
    Sphere::loadTexture("Textures/white.bmp", &this->whiteTextureId);
713
    Sphere::loadTexture("Textures/white.bmp", &this->whiteTextureId);
714
    Sphere::loadTexture("Textures/sphere.bmp", &this->smallSphereTextureId);
714
    Sphere::loadTexture("Textures/sphere.bmp", &this->smallSphereTextureId);
715
    char filename[15] = "Textures/i.bmp";
715
    char filename[255] = "Textures/i.bmp";
716
    for (int i=0; i<10; i++)
716
    for (int i=0; i<10; i++)
717
    {
717
    {
718
        filename[9] = '0' + i;
718
        filename[9] = '0' + i;

Return to bug 197755