This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 360 for ps


Ignore:
Timestamp:
06/02/04 18:29:26 (21 years ago)
Author:
Simon Brenner
Message:

Removed the non-windows fallback initialization now that CTextureManager
is converted to VFS directory enumeration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/terrain/terrainMain.cpp

    r334 r360  
    259259void InitResources()
    260260{
    261 #ifndef _WIN32
    262     g_TexMan.AddTextureType("grass");
    263     g_TexMan.AddTexture("Base1.tga", 0);
    264 #else
    265261    g_TexMan.LoadTerrainTextures();
    266262    g_ObjMan.LoadObjects();
    267 #endif
    268263
    269264    const char* fns[CRenderer::NumAlphaMaps] = {
Note: See TracChangeset for help on using the changeset viewer.