Fix all the missing return statements and guard against this happening again

This commit is contained in:
2014-04-15 03:12:47 -04:00
parent 2b924101d6
commit 2d69851746
11 changed files with 34 additions and 5 deletions

View File

@@ -101,6 +101,7 @@ void cPict::setColour(sf::Color clr) throw(xUnsupportedProp) {
sf::Color cPict::getColour() throw(xUnsupportedProp) {
// TODO: Colour is not supported
return sf::Color();
}
void cPict::setPict(pic_num_t num, ePicType type){