]> Shamusworld >> Repos - thunder/blobdiff - src/log.h
Code cleanup, final fix for sprite lag problem.
[thunder] / src / log.h
old mode 100755 (executable)
new mode 100644 (file)
index 4b39b36..3e4a5d3
--- a/src/log.h
+++ b/src/log.h
@@ -1,7 +1,6 @@
 //
 // LOG.H
 //
-
 #ifndef __LOG_H__
 #define __LOG_H__
 
@@ -13,7 +12,7 @@
 extern "C" {
 #endif
 
-bool InitLog(char *);
+bool InitLog(const char *);
 void LogDone(void);
 void WriteLog(const char * text, ...);