master
krzys-h 2015-01-08 19:01:56 +01:00
parent 61b186343f
commit 0231c2359a
1 changed files with 1 additions and 0 deletions

View File

@ -97,4 +97,5 @@ std::string CPauseManager::GetPauseName(PauseType pause)
case PAUSE_PHOTO: return "Photo mode";
default: assert(false); // Should never happen
}
return "?";
}