mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-15 07:17:55 +00:00
Remove extraneous semicolons to quiet pedantic GCC warnings.
This commit is contained in:
@@ -931,7 +931,7 @@ namespace mf {
|
||||
|
||||
static const flagtype band = (cylindrical | pseudocylindrical | uses_bandshift);
|
||||
static const flagtype pseudoband = (pseudocylindrical | uses_bandshift);
|
||||
};
|
||||
}
|
||||
|
||||
struct modelinfo {
|
||||
const char *name_hyperbolic;
|
||||
|
||||
Reference in New Issue
Block a user