Fixed #425
parent
61b186343f
commit
0231c2359a
|
@ -97,4 +97,5 @@ std::string CPauseManager::GetPauseName(PauseType pause)
|
||||||
case PAUSE_PHOTO: return "Photo mode";
|
case PAUSE_PHOTO: return "Photo mode";
|
||||||
default: assert(false); // Should never happen
|
default: assert(false); // Should never happen
|
||||||
}
|
}
|
||||||
|
return "?";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue