Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hedgewars/SDLh.pas
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ TSDL_UserEvent = record

PSDL_Event = ^TSDL_Event;
TSDL_Event = record
case LongInt of
case LongWord of
SDL_FIRSTEVENT: (type_: LongWord);
SDL_COMMONDEVENT: (common: TSDL_CommonEvent);
SDL_WINDOWEVENT: (window: TSDL_WindowEvent);
Expand Down