mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
clang
This commit is contained in:
parent
3638073d44
commit
cbb766f6dc
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ void KaleidoScope_DrawItemSelect(PlayState* play) {
|
||||||
bool pauseAnyCursor =
|
bool pauseAnyCursor =
|
||||||
pauseCtx->cursorSpecialPos == 0 &&
|
pauseCtx->cursorSpecialPos == 0 &&
|
||||||
((CVarGetInteger(CVAR_ENHANCEMENT("PauseAnyCursor"), 0) == PAUSE_ANY_CURSOR_RANDO_ONLY && IS_RANDO) ||
|
((CVarGetInteger(CVAR_ENHANCEMENT("PauseAnyCursor"), 0) == PAUSE_ANY_CURSOR_RANDO_ONLY && IS_RANDO) ||
|
||||||
(CVarGetInteger(CVAR_ENHANCEMENT("PauseAnyCursor"), 0) == PAUSE_ANY_CURSOR_ALWAYS_ON));
|
(CVarGetInteger(CVAR_ENHANCEMENT("PauseAnyCursor"), 0) == PAUSE_ANY_CURSOR_ALWAYS_ON));
|
||||||
|
|
||||||
moveCursorResult = 0 || IsItemCycling();
|
moveCursorResult = 0 || IsItemCycling();
|
||||||
oldCursorPoint = pauseCtx->cursorPoint[PAUSE_ITEM];
|
oldCursorPoint = pauseCtx->cursorPoint[PAUSE_ITEM];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue