Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved player_command_finished() to player_thread.c | Max Kellermann | 2008-08-26 | 1 | -8/+0 |
| | |||||
* | moved code to pc_init(), dc_init() | Max Kellermann | 2008-08-26 | 1 | -0/+13 |
| | |||||
* | renamed player.c to player_control.c | Max Kellermann | 2008-08-26 | 1 | -1/+241 |
| | | | | | Give player.c a better name, meaning that the code is used to control the player thread. | ||||
* | moved global variable "pc" to player.h | Max Kellermann | 2008-08-26 | 1 | -0/+21 |
This is the last of the three variables. Now we don't need playerData.h anymore in most sources. |