mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
TINSEL: Rename IsConvAndNotMove -> isConvAndNotMove
This commit is contained in:
parent
50eb3bb542
commit
5b2a8fea37
@ -5616,7 +5616,7 @@ void Dialogs::redraw() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Noir
|
// Noir
|
||||||
bool Dialogs::IsConvAndNotMove() {
|
bool Dialogs::isConvAndNotMove() {
|
||||||
// TODO: Ensure that the used global is correct
|
// TODO: Ensure that the used global is correct
|
||||||
// If this is the right mapping, the variable is reversed in Noir
|
// If this is the right mapping, the variable is reversed in Noir
|
||||||
return isConvWindow() && !_bMoveOnUnHide;
|
return isConvWindow() && !_bMoveOnUnHide;
|
||||||
|
@ -369,7 +369,7 @@ public:
|
|||||||
void redraw();
|
void redraw();
|
||||||
|
|
||||||
// Noir
|
// Noir
|
||||||
bool IsConvAndNotMove();
|
bool isConvAndNotMove();
|
||||||
|
|
||||||
bool _noLanguage;
|
bool _noLanguage;
|
||||||
int _glitterIndex;
|
int _glitterIndex;
|
||||||
|
@ -5830,7 +5830,7 @@ int CallLibraryRoutine(CORO_PARAM, int operand, int32 *pp, const INT_CONTEXT *pi
|
|||||||
|
|
||||||
case HELDOBJECTORTOPIC:
|
case HELDOBJECTORTOPIC:
|
||||||
// Noir
|
// Noir
|
||||||
if (_vm->_dialogs->IsConvAndNotMove()) {
|
if (_vm->_dialogs->isConvAndNotMove()) {
|
||||||
pp[0] = HeldObject();
|
pp[0] = HeldObject();
|
||||||
} else {
|
} else {
|
||||||
pp[0] = Topic();
|
pp[0] = Topic();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user