mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Revert the upper-case PROJECT_NAME nonsense that was part of #2402
This commit is contained in:
@@ -347,7 +347,7 @@ static void print_allowed_options(const OptionList &allowed_options)
|
||||
|
||||
static void print_version()
|
||||
{
|
||||
dstream << PROJECT_NAME " " << g_version_hash << std::endl;
|
||||
dstream << PROJECT_NAME_C " " << g_version_hash << std::endl;
|
||||
#ifndef SERVER
|
||||
dstream << "Using Irrlicht " << IRRLICHT_SDK_VERSION << std::endl;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user