diff --git a/scripts/eressea/eternath.lua b/scripts/eressea/eternath.lua index 4c230e733..ebe315d01 100644 --- a/scripts/eressea/eternath.lua +++ b/scripts/eressea/eternath.lua @@ -22,6 +22,7 @@ end local eternath = {} function eternath.update() + local size = 1 if b1 and b2 then local size = 5 local units1 = gates.units(b1, size) diff --git a/src/buildno.h b/src/buildno.h index 8fe64740a..07fcd6b87 100644 --- a/src/buildno.h +++ b/src/buildno.h @@ -1,3 +1,3 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 4 -#define VERSION_BUILD 694 +#define VERSION_BUILD 695