Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 1, 2009, 11:34:14 PM (15 years ago)
Author:
scheusso
Message:

member function calls should work now
argument transfer still untested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/netp2/src/network/Client.cc

    r2773 r2948  
    4747#include "core/CoreIncludes.h"
    4848#include "packet/Packet.h"
     49#include "FunctionCallManager.h"
    4950
    5051// #include "packet/Acknowledgement.h"
     
    149150        // gs gets automatically deleted by enet callback
    150151      }
     152      FunctionCallManager::sendCalls();
    151153    }
    152154    ENetEvent *event;
Note: See TracChangeset for help on using the changeset viewer.