1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Fix MSVC build

This commit is contained in:
BlockMen
2014-04-12 17:36:40 +02:00
parent 960d731587
commit 7cdbb805d9

View File

@@ -153,7 +153,7 @@ enum ClientState
Active
};
static const char** statenames = (const char*[]) {
static const char* statenames[] = {
"Invalid",
"Disconnecting",
"Denied",