mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 06:01:13 +00:00
Fix typo in 2010-07-08T19:59:50Z!alinkmaze@gmail.com breaking image path modidification.
This commit is contained in:
parent
d59e039aac
commit
fb08e4b502
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user