forked from len0rd/rockbox
Doom for the Gigabeat and some code reduction
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12051 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3b65fc2480
commit
b47a43aa28
24 changed files with 247 additions and 277 deletions
|
@ -109,7 +109,7 @@ extern angle_t viewangle;
|
|||
extern player_t *viewplayer;
|
||||
extern angle_t clipangle;
|
||||
extern int *viewangletox;
|
||||
extern angle_t xtoviewangle[SCREENWIDTH+1]; // killough 2/8/98
|
||||
extern angle_t xtoviewangle[MAX_SCREENWIDTH+1]; // killough 2/8/98
|
||||
extern fixed_t rw_distance;
|
||||
extern angle_t rw_normalangle;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue