Changeset 32774


Ignore:
Timestamp:
01/29/15 17:35:49 (9 years ago)
Author:
Stephan
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinfunc.h

    r32773 r32774  
    349349                tmpstr = ostrcat(tmpstr, "16_9.png", 1, 0);
    350350        }
     351#endif
    351352        if(path != NULL)
    352353                tmpstr = ostrcat("/", tmpstr, 0, 1);
    353354        tmpstr = ostrcat(path, tmpstr, 0, 1);
    354 #endif
     355
    355356        return tmpstr;
    356357}
Note: See TracChangeset for help on using the changeset viewer.