Skip to content

Commit

Permalink
make colorMode16bit and frameskipConfig unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Oct 25, 2023
1 parent 94d26c1 commit 54b1ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GameContext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ struct GameConfiguration
i32 version;
i8 lifeCount;
i8 bombCount;
i8 colorMode16bit;
u8 colorMode16bit;
MusicMode musicMode;
i8 playSounds;
i8 defaultDifficulty;
u8 windowed;
// 0 = fullspeed, 1 = 1/2 speed, 2 = 1/4 speed.
i8 frameskipConfig;
u8 frameskipConfig;
i16 padXAxis;
i16 padYAxis;
i8 unk[16];
Expand Down

0 comments on commit 54b1ec1

Please sign in to comment.