Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. |