debug.cpp Fix -Wswitch
This commit is contained in:
parent
4cb0bda35a
commit
213abdda71
1 changed files with 2 additions and 1 deletions
|
|
@ -840,8 +840,9 @@ bool IsDebugGridInMegatiles()
|
|||
case DebugGridTextItem::pdungeon:
|
||||
case DebugGridTextItem::dflags:
|
||||
return true;
|
||||
}
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
bool GetDebugGridText(Point dungeonCoords, char *debugGridTextBuffer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue