1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 06:26:02 +00:00

arg:: shift_arg_formula used instead of argf

This commit is contained in:
Zeno Rogue
2018-11-09 14:26:31 +01:00
parent a6b8d4f79a
commit 549d86b15d
12 changed files with 55 additions and 53 deletions

View File

@@ -1523,7 +1523,7 @@ int textureArgs() {
}
else if(argis("-txp")) {
shift(); config.gsplits = argf();
shift(); config.gsplits = argi();
}
else if(argis("-txc")) {