mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 12:55:24 +00:00
TINSEL: Rename IsConvAndNotMove -> isConvAndNotMove
This commit is contained in:
parent
50eb3bb542
commit
5b2a8fea37
@ -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…
x
Reference in New Issue
Block a user