mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-17 19:48:06 +00:00
Remove extraneous semicolons to quiet pedantic GCC warnings.
This commit is contained in:
@@ -1572,5 +1572,5 @@ addHook(hooks_removecells, 0, [] () {
|
||||
eliminate_if(butterflies, [] (pair<cell*,int>& p) { return is_cell_removed(p.first); });
|
||||
for(int i=0; i<SHSIZE; i++) for(int p=0; p<MAXPLAYER; p++)
|
||||
set_if_removed(shpos[p][i], NULL);
|
||||
});;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user