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:
@@ -1523,7 +1523,7 @@ int textureArgs() {
|
||||
}
|
||||
|
||||
else if(argis("-txp")) {
|
||||
shift(); config.gsplits = argf();
|
||||
shift(); config.gsplits = argi();
|
||||
}
|
||||
|
||||
else if(argis("-txc")) {
|
||||
|
||||
Reference in New Issue
Block a user