mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
GRIM: Fix indentation
This commit is contained in:
parent
f5ccde127a
commit
b306a1c52a
@ -320,7 +320,7 @@ int Costume::getChoreId(const char *name) {
|
||||
|
||||
void Costume::playChore(const char *name) {
|
||||
for (int i = 0; i < _numChores; ++i) {
|
||||
if (strcmp(_chores[i]->_name, name) == 0) {
|
||||
if (strcmp(_chores[i]->_name, name) == 0) {
|
||||
playChore(i);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user