X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fthunderstorm.cpp;h=739f6b0212eda0e8df3a32334d341b14e7df0715;hb=f5ad6f69da56235de950f21de30563802c6f2e06;hp=e83d667aa21564012c36528a1bd2219c0f42d4d2;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/scripting/thunderstorm.cpp b/src/scripting/thunderstorm.cpp index e83d667aa..739f6b021 100644 --- a/src/scripting/thunderstorm.cpp +++ b/src/scripting/thunderstorm.cpp @@ -18,10 +18,10 @@ #define NOIMPL log_fatal << __PRETTY_FUNCTION__ << " not implemented." -namespace Scripting { +namespace scripting { -Thunderstorm::Thunderstorm(::Thunderstorm* thunderstorm) - : thunderstorm(thunderstorm) +Thunderstorm::Thunderstorm(::Thunderstorm* thunderstorm_) + : thunderstorm(thunderstorm_) { }