mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Replace our own integer types with standard ones
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
#include "Input.h"
|
||||
|
||||
INPUT_STATE _inputState;
|
||||
uint8 _inputFlags;
|
||||
uint8 gInputPlaceObjectModifier;
|
||||
uint8_t _inputFlags;
|
||||
uint8_t gInputPlaceObjectModifier;
|
||||
|
||||
widget_ref gHoverWidget;
|
||||
widget_ref gPressedWidget;
|
||||
|
||||
uint16 _tooltipNotShownTicks;
|
||||
uint16_t _tooltipNotShownTicks;
|
||||
|
||||
TOOL_IDX gCurrentToolId;
|
||||
widget_ref gCurrentToolWidget;
|
||||
|
||||
Reference in New Issue
Block a user