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