Skip to content

Commit

Permalink
Fixed color mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnZ03 committed Jan 12, 2024
1 parent 17b5299 commit 43946d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linuxdoom-1.10/i_video.c
Expand Up @@ -817,6 +817,7 @@ void I_InitGraphics(void)
attribmask,
&attribs );

XInstallColormap( X_display, X_cmap );
XDefineCursor(X_display, X_mainWindow,
createnullcursor( X_display, X_mainWindow ) );

Expand Down

0 comments on commit 43946d4

Please sign in to comment.