Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 28, 2010, 9:48:32 PM (14 years ago)
Author:
scheusso
Message:

buffering incoming function calls for non-existing objects works now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/network/packet/FunctionCalls.cc

    r7490 r7495  
    3131#include <cassert>
    3232#include "network/FunctionCall.h"
     33#include "network/FunctionCallManager.h"
    3334
    3435namespace orxonox {
     
    6667    FunctionCall fctCall;
    6768    fctCall.loadData(temp);
    68     fctCall.execute();
     69    if( !fctCall.execute() )
     70      FunctionCallManager::bufferIncomingFunctionCall( fctCall );
    6971  }
    7072 
Note: See TracChangeset for help on using the changeset viewer.