diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-27 17:03:06 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-11-01 16:26:16 +0100 |
| commit | 980858186149651df5543b6fc99a4f7db0cdd089 (patch) | |
| tree | d347200b0a562d84df505097651ad0642f207fdd /src/player/inc | |
| parent | 39f50e601d395bbd2d78d0147ac530b756da2fff (diff) | |
| download | jancity-980858186149651df5543b6fc99a4f7db0cdd089.tar.gz | |
WIP
Diffstat (limited to 'src/player/inc')
| -rw-r--r-- | src/player/inc/human_player.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/player/inc/human_player.h b/src/player/inc/human_player.h index 173ff80..abc25e9 100644 --- a/src/player/inc/human_player.h +++ b/src/player/inc/human_player.h @@ -22,9 +22,8 @@ enum {MAX_SELECTED_INSTANCES = 4}; struct human_player_cfg { - enum peripheral_type sel_periph; struct player_cfg pl; - int padn; + union peripheral *p; struct camera_dim dim; }; @@ -32,7 +31,7 @@ struct human_player { struct player pl; struct camera cam; - union peripheral periph; + union peripheral *periph; struct input in; struct sel_instance |
