mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +00:00
rogueviz:: fixed pedantic errors
This commit is contained in:
parent
6c2ada39d6
commit
5bca58a1da
@ -389,7 +389,6 @@ auto fifteen_hook =
|
||||
|
||||
cb(XLAT("variants of the fifteen puzzle"), &fifteen_slides[0], 'h');
|
||||
});
|
||||
;
|
||||
#endif
|
||||
|
||||
EX }
|
||||
|
@ -257,7 +257,7 @@ namespace objmodels {
|
||||
void render(const shiftmatrix& V);
|
||||
};
|
||||
|
||||
inline tf_result default_transformer(hyperpoint h) { return {0, direct_exp(h) };};
|
||||
inline tf_result default_transformer(hyperpoint h) { return {0, direct_exp(h) };}
|
||||
|
||||
inline int default_subdivider(vector<hyperpoint>& hys) {
|
||||
if(euclid) return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user