Skip to content

Commit

Permalink
id24: skies (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin authored Sep 13, 2024
1 parent c0d3ae5 commit 43fd386
Show file tree
Hide file tree
Showing 10 changed files with 652 additions and 145 deletions.
Binary file added base/all-all/skytran.lmp
Binary file not shown.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ set(WOOF_SOURCES
r_plane.c r_plane.h
r_segs.c r_segs.h
r_sky.c r_sky.h
r_skydefs.c r_skydefs.h
r_state.h
r_swirl.c r_swirl.h
r_things.c r_things.h
Expand Down
2 changes: 2 additions & 0 deletions src/p_spec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2414,6 +2414,8 @@ void P_UpdateSpecials (void)

// [crispy] draw fuzz effect independent of rendering frame rate
R_SetFuzzPosTic();

R_UpdateSky();
}

//////////////////////////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions src/r_draw.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ extern boolean fuzzcolumn_mode;
void R_SetFuzzColumnMode(void);

void R_DrawSkyColumn(void);
void R_DrawSkyColumnMasked(void);

// Draw with color translation tables, for player sprite rendering,
// Green/Red/Blue/Indigo shirts.
Expand Down
Loading

0 comments on commit 43fd386

Please sign in to comment.