Client: add init()
This commit is contained in:
parent
5c6f405872
commit
967ac0145b
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@
|
||||||
|
|
||||||
void EFX_UpdateListener(NSView);
|
void EFX_UpdateListener(NSView);
|
||||||
|
|
||||||
|
void
|
||||||
|
init(float prevprogs)
|
||||||
|
{
|
||||||
|
_client_main();
|
||||||
|
_shared_main();
|
||||||
|
}
|
||||||
|
|
||||||
/** Updates our seat pointers.
|
/** Updates our seat pointers.
|
||||||
Call this when you need to verify we're
|
Call this when you need to verify we're
|
||||||
getting the current player's info and not someone elses on the same
|
getting the current player's info and not someone elses on the same
|
||||||
|
|
Loading…
Reference in a new issue