mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
removed -delta namings
This commit is contained in:
parent
f13fc82abe
commit
96fedb5cb0
3 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
project(minetest-delta)
|
||||
cmake_minimum_required( VERSION 2.6 )
|
||||
|
||||
project(minetest)
|
||||
|
||||
if(RUN_IN_PLACE)
|
||||
add_definitions ( -DRUN_IN_PLACE )
|
||||
endif(RUN_IN_PLACE)
|
||||
|
|
|
@ -172,7 +172,7 @@ void GUIPauseMenu::regenerateGui(v2u32 screensize)
|
|||
);*/
|
||||
|
||||
std::ostringstream os;
|
||||
os<<"Minetest-delta\n";
|
||||
os<<"Minetest-c55\n";
|
||||
os<<"by Perttu Ahola and contributors\n";
|
||||
os<<"celeron55@gmail.com\n";
|
||||
os<<BUILD_INFO<<"\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue