Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2008, 7:49:26 PM (16 years ago)
Author:
rgrieder
Message:

merged input branch into gui test branch (was about time)
svn save (it's still a mess and CMLs haven't been updated)
I'll have to create a special project to create the tolua_bind files for tolua itself anyway..

Location:
code/branches/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui

  • code/branches/gui/src/network/GameStateClient.cc

    r1625 r1638  
    177177          ///sigsegv may happen here again for some reason
    178178          ///sigsegv is receved after the COUT(4) above
    179           orxonox::Identifier* id = ID((unsigned int)sync.classID);
     179          orxonox::Identifier* id = GetIdentifier((unsigned int)sync.classID);
    180180          if(!id){
    181181            COUT(3) << "We could not identify a new object; classid: " << sync.classID << " uint: " << (unsigned int)sync.classID << " objectID: " << sync.objectID << " size: " << sync.length << std::endl;
Note: See TracChangeset for help on using the changeset viewer.