mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 12:27:57 +00:00
Fix "extra ;" warnings on GCC
This commit is contained in:
@@ -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