Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mekolat committed Apr 25, 2016
1 parent 36a0173 commit 5474a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/script-fun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3949,7 +3949,7 @@ void builtin_get(ScriptState *st)
}
else
{
int var;
int var = 0;
if (prefix == '#' && bl)
{
if (name_.startswith("##"_s))
Expand Down

0 comments on commit 5474a54

Please sign in to comment.