~ubuntu-branches/ubuntu/trusty/teeworlds/trusty

« back to all changes in this revision

Viewing changes to src/engine/client.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-05-05 09:49:34 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20130505094934-uidw42ov1t0jlvrz
Tags: 0.6.2+dfsg-1
* New upstream release.
  - Update patches.
* Pass $CPPFLAGS to the build system.
* Switch to my @debian.org email address.
* Bump Standards-Version to 3.9.4, no changes needed.
* Change Vcs host to anonscm.debian.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        float m_PredIntraTick;
24
24
 
25
25
        float m_LocalTime;
26
 
        float m_FrameTime;
 
26
        float m_RenderFrameTime;
27
27
 
28
28
        int m_GameTickSpeed;
29
29
public:
68
68
        inline int GameTickSpeed() const { return m_GameTickSpeed; }
69
69
 
70
70
        // other time access
71
 
        inline float FrameTime() const { return m_FrameTime; }
 
71
        inline float RenderFrameTime() const { return m_RenderFrameTime; }
72
72
        inline float LocalTime() const { return m_LocalTime; }
73
73
 
74
74
        // actions