X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fstate.qh;h=42fc450c4728f97f4e63ca6fe9b196b79f2c0a53;hp=850e7ac9db6b67cd77650cd005ae4729a4148ce5;hb=4eab3f0253a063bdbd4e1ff64c4b2b08077c44c4;hpb=cc37ae9ec08cca9f8b17cdbf91e71380d0d6f700 diff --git a/qcsrc/common/state.qh b/qcsrc/common/state.qh index 850e7ac9d..42fc450c4 100644 --- a/qcsrc/common/state.qh +++ b/qcsrc/common/state.qh @@ -33,6 +33,10 @@ CLASS(ClientState, Object) CONSTRUCT(ClientState); this.m_client = client; } + METHOD(PlayerState, ps_push, void(PlayerState this, entity cl)) + { + TC(PlayerState, this); + } ENDCLASS(ClientState) .ClientState _cs;