Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2009, 4:09:13 PM (15 years ago)
Author:
scheusso
Message:

fix in Projectile (there was no createFactory) and some additional debugging
and in hubtimer (only on server now)
and in lightninggun (material is synchronised)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/network/synchronisable/Synchronisable.cc

    r3084 r3088  
    144144    if (!id)
    145145    {
    146         for(int i = 0; i<100; i++)
     146        for(int i = 0; i<160; i++)
    147147            COUT(0) << "classid: " << i << " identifier: " << ClassByID(i) << endl;
    148148        COUT(0) << "Assertion failed: id" << std::endl;
     
    251251        this->classID = this->getIdentifier()->getNetworkID();
    252252
     253    assert(ClassByID(this->classID));
    253254    assert(this->classID==this->getIdentifier()->getNetworkID());
    254255    std::vector<SynchronisableVariableBase*>::iterator i;
Note: See TracChangeset for help on using the changeset viewer.