From 1966c1e8b1c80a2bd1c8179679f0f1594a01939f Mon Sep 17 00:00:00 2001 From: ceeac Date: Sat, 28 Feb 2026 09:17:45 +0100 Subject: [PATCH] Fix swapped increase/decrease water height tools --- pak128.prototype/config/menuconf.tab | 4 ++-- pak128.prototype/doc/changelog.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pak128.prototype/config/menuconf.tab b/pak128.prototype/config/menuconf.tab index 339474f5..919ac1da 100644 --- a/pak128.prototype/config/menuconf.tab +++ b/pak128.prototype/config/menuconf.tab @@ -410,8 +410,8 @@ toolbar[2][9]=general_tool[4],43,,56 #eastslope x2 toolbar[2][10]=general_tool[4],14,,82 #all up slope toolbar[2][11]=general_tool[4],15,,83 #all down slope toolbar[2][12]=general_tool[5] #natural slope -toolbar[2][13]=general_tool[38],30,,-1 #decrease water height -toolbar[2][14]=general_tool[38],31,,+1 #increase water height +toolbar[2][13]=general_tool[38],30,,+1 #increase water height +toolbar[2][14]=general_tool[38],31,,-1 #decrease water height toolbar[2][15]=general_tool[39],32,,0 #set climate water toolbar[2][16]=general_tool[39],33,,1 #set climate desert toolbar[2][17]=general_tool[39],34,,2 #set climate tropical diff --git a/pak128.prototype/doc/changelog.txt b/pak128.prototype/doc/changelog.txt index 7f1c32dc..49574ece 100644 --- a/pak128.prototype/doc/changelog.txt +++ b/pak128.prototype/doc/changelog.txt @@ -9,6 +9,8 @@ Date: 0000-00-00 Changed: - Lady Of The Forum building is now a monument - Updated New York scenario + Fixed: + - Fixed swapped increase/decrease water height tools --------------------------------------------------------------------------------------------------- Version: 2.10 Date: 2025-01-11