diff --git a/zUtilities/Const.h b/zUtilities/Const.h index e3ba4f7..0e84cac 100644 --- a/zUtilities/Const.h +++ b/zUtilities/Const.h @@ -3,7 +3,7 @@ namespace GOTHIC_ENGINE { #define PLUGIN_NAME "ZUTILITIES" -#define VERSION_NUMBER "0.35" +#define VERSION_NUMBER "0.36" #define printWin(a) ogame->GetTextView()->Printwin(a) #define del(x) { delete x; x = nullptr; } } \ No newline at end of file diff --git a/zUtilities/QuickSave.cpp b/zUtilities/QuickSave.cpp index 18c6d16..ff5ddea 100644 --- a/zUtilities/QuickSave.cpp +++ b/zUtilities/QuickSave.cpp @@ -44,6 +44,7 @@ namespace GOTHIC_ENGINE { if ( playerHelper.IsDead() ) return false; if ( InInteraction() ) return false; if ( player->GetAnictrl()->state != zCAIPlayer::zMV_STATE_STAND ) return false; + if (player->HasBodyStateModifier(BS_MOD_TRANSFORMED)) return false; //if ( ogame->game_testmode ) return false; //if ( !player->IsInFightMode_S(0) ) return false;