Fix typo in 2010-07-08T19:59:50Z!alinkmaze@gmail.com breaking image path modidification.

This commit is contained in:
Ali El Gariani 2010-07-25 18:16:19 +00:00
parent d59e039aac
commit fb08e4b502

View File

@ -338,7 +338,7 @@ bool terrain_builder::load_images(building_rule &rule)
if(!image_exists(filename))
return false;
const std::string modif = (has_tilde ? str.substr(1,tilde) : "");
const std::string modif = (has_tilde ? str.substr(tilde+1) : "");
int time = 100;
if(items.size() > 1) {