diff options
Diffstat (limited to 'src/win95/chunk.cpp')
| -rw-r--r-- | src/win95/chunk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/chunk.cpp b/src/win95/chunk.cpp index b2914c4..122c4aa 100644 --- a/src/win95/chunk.cpp +++ b/src/win95/chunk.cpp @@ -8,7 +8,7 @@ #define twprintf printf -char * users_name = "Player"; +const char * users_name = "Player"; #include "hash_tem.hpp" Chunk * Parent_File; |
