Skip to content

Commit

Permalink
Change menu message handlers to use sfml keyboard types and fix quit …
Browse files Browse the repository at this point in the history
…message handler, bit of formatting
  • Loading branch information
JonnyPtn committed Nov 26, 2024
1 parent 65c7b24 commit 7e7bd26
Show file tree
Hide file tree
Showing 5 changed files with 1,184 additions and 1,040 deletions.
7 changes: 7 additions & 0 deletions linuxdoom-1.10/r_draw.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@

#pragma once

// This could be wider for >8 bit display.
// Indeed, true color support is posibble
// precalculating 24bpp lightmap/colormap LUT.
// from darkening PLAYPAL to all black.
// Could even us emore than 32 levels.
typedef std::byte lighttable_t;

extern lighttable_t *dc_colormap;
extern int dc_x;
extern int dc_yl;
Expand Down
Loading

0 comments on commit 7e7bd26

Please sign in to comment.