diff options
| author | Steven Fuller <relnev@icculus.org> | 2014-12-25 12:00:00 +0100 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 03:45:24 +0200 |
| commit | 22475d6d94e96056d1550dca00b32d00e3821649 (patch) | |
| tree | 175dbbc8da0704d493fe3cb6024d8117c4f1b27b /src/vdb.c | |
| parent | 819e239f23b0c515f32fe0ec8350bdfd8d64c9e9 (diff) | |
Import icculus.org release (2014-12-25)
Diffstat (limited to 'src/vdb.c')
| -rw-r--r-- | src/vdb.c | 39 |
1 files changed, 5 insertions, 34 deletions
@@ -19,7 +19,7 @@ extern int ScanDrawMode; */ -SCENE Global_Scene = 0; +SCENE Global_Scene/* = 0*/; @@ -386,37 +386,11 @@ static void CreateProjectorArray(VIEWDESCRIPTORBLOCK *vdb) SetVDB requires a VIEWDESCRIPTORBLOCK - See the actual function code for what each parameter is - */ -void SetVDB(vdb, fl, ty, d, cx,cy, prx,pry, mxp, cl,cr,cu,cd, h1,h2,hc, amb) - - VIEWDESCRIPTORBLOCK *vdb; - - int fl; - int ty; - - int d; - - int cx; - int cy; - - int prx; - int pry; - int mxp; - - int cl; - int cr; - int cu; - int cd; - - int h1; - int h2; - int hc; - - int amb; - +void SetVDB(VIEWDESCRIPTORBLOCK *vdb, int fl, int ty, int d, int cx, int cy, + int prx, int pry, int mxp, int cl, int cr, int cu, int cd, + int h1, int h2, int hc, int amb) { @@ -729,10 +703,7 @@ VIEWDESCRIPTORBLOCK* CreateActiveVDB(void) */ -int DestroyActiveVDB(dblockptr) - - VIEWDESCRIPTORBLOCK *dblockptr; - +int DestroyActiveVDB(VIEWDESCRIPTORBLOCK *dblockptr) { int j = -1; |
