Skip to content

Fix type error#78

Open
GrigorySmirnovSpb wants to merge 1 commit into
hedgewars:masterfrom
GrigorySmirnovSpb:fix-SDL
Open

Fix type error#78
GrigorySmirnovSpb wants to merge 1 commit into
hedgewars:masterfrom
GrigorySmirnovSpb:fix-SDL

Conversation

@GrigorySmirnovSpb
Copy link
Copy Markdown

There is a type mismatch here

case LongInt of
According to the SDL2 documentation https://wiki.libsdl.org/SDL2/SDL_Event, a 32-bit unsigned number is required here, but LongInt is a signed 32-bit number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant