~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/engine/ePlayer.h

merge with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
 
126
126
    virtual bool Act(uAction *act,REAL x);
127
127
 
128
 
    int ID() const {return id;};
 
128
    int ID() const {return id;}
129
129
#ifndef DEDICATED
130
130
    void Render();
131
131
#endif