mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-23 22:16:03 +00:00
Remove extraneous semicolons to quiet pedantic GCC warnings.
This commit is contained in:
@@ -2141,7 +2141,7 @@ namespace mapeditor {
|
||||
addHook(hooks_removecells, 0, [] () {
|
||||
modelcell.clear();
|
||||
set_if_removed(mapeditor::copysource.at, NULL);
|
||||
});;;
|
||||
});
|
||||
#endif
|
||||
|
||||
EX void initdraw(cell *c) {
|
||||
|
||||
Reference in New Issue
Block a user