mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
Fix "extra ;" warnings on GCC
This commit is contained in:
@@ -610,8 +610,7 @@ auto gobot_hook =
|
||||
shot_state = 2;
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
})
|
||||
;
|
||||
|
||||
#endif
|
||||
|
@@ -542,9 +542,8 @@ int runslide = arg::add3("-slides", [] {
|
||||
+ arg::add3("-presangle", [] {
|
||||
arg::shift_arg_formula(angle);
|
||||
dir = 0;
|
||||
});
|
||||
})
|
||||
;
|
||||
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user