Remove bogus assert
[supertux.git] / src / scripting / platform.cpp
index 7adfde6..bbf137b 100644 (file)
 
 #define NOIMPL      log_fatal << __PRETTY_FUNCTION__ << " not implemented."
 
-namespace Scripting {
+namespace scripting {
 
-Platform::Platform(::Platform* platform)
-  : platform(platform)
+Platform::Platform(::Platform* platform_)
+  : platform(platform_)
 { }
 
 Platform::~Platform()