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 382 for ps


Ignore:
Timestamp:
06/03/04 15:22:19 (21 years ago)
Author:
Simon Brenner
Message:

Removed mods/official/ prefix now that ObjectEntry is VFS aware

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/graphics/ObjectManager.cpp

    r378 r382  
    117117        {
    118118            CObjectEntry* object=new CObjectEntry(type);
    119             CStr filename("mods/official/");
    120             filename+=pathname;
     119            CStr filename(pathname);
    121120            filename+=dent.name;
    122121            if (!object->Load((const char*) filename)) {
Note: See TracChangeset for help on using the changeset viewer.