mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 01:37:57 +00:00
Remove semicolons from after } that close functons.
This commit is contained in:
@@ -3412,7 +3412,7 @@ EX bool lie_movement_available() {
|
||||
if(nonisotropic && !embedded_plane) return true;
|
||||
if(mhyperbolic && bt::in()) return true;
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
EX hyperpoint lie_log(const shiftpoint h1) {
|
||||
hyperpoint h = unshift(h1);
|
||||
|
Reference in New Issue
Block a user