mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 11:19:51 +02:00
Generalized stick man's update functions. Got rid of some unnecessary
variables.
This commit is contained in:
@@ -313,6 +313,7 @@ int update_CLST(UPDATE_FUNC_ARGS);
|
||||
int update_MISC(UPDATE_FUNC_ARGS);
|
||||
int update_legacy_PYRO(UPDATE_FUNC_ARGS);
|
||||
int update_legacy_all(UPDATE_FUNC_ARGS);
|
||||
int run_stickman(float* playerp, UPDATE_FUNC_ARGS);
|
||||
|
||||
|
||||
struct particle
|
||||
@@ -931,10 +932,8 @@ int wireless[CHANNELS][2];
|
||||
|
||||
extern int gravwl_timeout;
|
||||
|
||||
extern int isplayer;
|
||||
extern float player[27];
|
||||
|
||||
extern float player2[27];
|
||||
extern float player[28];
|
||||
extern float player2[28];
|
||||
|
||||
extern int gravityMode;
|
||||
extern int airMode;
|
||||
|
Reference in New Issue
Block a user