]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/mainframe.h
changed ase texture parsing to match DoomEdit
[xonotic/netradiant.git] / radiant / mainframe.h
index 840341c3af845cdd41b1e615f165cc8c46be6f44..53f3844b09da81f4a2a841bcc9bddd973d3d25b4 100644 (file)
@@ -184,7 +184,7 @@ void deleteSelection();
 void Sys_Status(const char* status);
 
 
 void Sys_Status(const char* status);
 
 
-void ScreenUpdates_Disable(const char* message, const char* title = "");
+void ScreenUpdates_Disable(const char* message, const char* title);
 void ScreenUpdates_Enable();
 bool ScreenUpdates_Enabled();
 void ScreenUpdates_process();
 void ScreenUpdates_Enable();
 bool ScreenUpdates_Enabled();
 void ScreenUpdates_process();
@@ -192,7 +192,7 @@ void ScreenUpdates_process();
 class ScopeDisableScreenUpdates
 {
 public:
 class ScopeDisableScreenUpdates
 {
 public:
-  ScopeDisableScreenUpdates(const char* message, const char* title = "")
+  ScopeDisableScreenUpdates(const char* message, const char* title)
   {
     ScreenUpdates_Disable(message, title);
   }
   {
     ScreenUpdates_Disable(message, title);
   }