aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_control.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* moved player_command_finished() to player_thread.cMax Kellermann2008-08-261-8/+0
|
* moved code to pc_init(), dc_init()Max Kellermann2008-08-261-0/+13
|
* renamed player.c to player_control.cMax Kellermann2008-08-261-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.hMax Kellermann2008-08-261-0/+21
This is the last of the three variables. Now we don't need playerData.h anymore in most sources.