Explorar o código

* Follow up to r16975 - removed reference to ${CMAKE_CURRENT_SOURCE_DIR}/readme.html in CMakeLists.txt (Why was it referenced there :o )
* Modified ShowInfo in map/map.c to reflect change.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16977 54d463be-8e91-2dee-dedb-b68131a5f0ec

thatakkarin %!s(int64=12) %!d(string=hai) anos
pai
achega
60b1b0bc97
Modificáronse 2 ficheiros con 1 adicións e 2 borrados
  1. 0 1
      CMakeLists.txt
  2. 1 1
      src/map/map.c

+ 0 - 1
CMakeLists.txt

@@ -481,7 +481,6 @@ set( RUNTIME_FILES
 	"${CMAKE_CURRENT_SOURCE_DIR}/map-server.sh"
 	"${CMAKE_CURRENT_SOURCE_DIR}/mapserv-sql.bat"
 	"${CMAKE_CURRENT_SOURCE_DIR}/pcre3.dll"
-	"${CMAKE_CURRENT_SOURCE_DIR}/readme.html"
 	"${CMAKE_CURRENT_SOURCE_DIR}/runserver-sql.bat"
 	"${CMAKE_CURRENT_SOURCE_DIR}/serv.bat"
 	"${CMAKE_CURRENT_SOURCE_DIR}/start"

+ 1 - 1
src/map/map.c

@@ -3654,7 +3654,7 @@ static void map_versionscreen(bool do_exit)
     ShowInfo(CL_WHITE"rAthena SVN version: %s" CL_RESET"\n", get_svn_revision());
     ShowInfo(CL_GREEN"Website/Forum:"CL_RESET"\thttp://rathena.org/\n");
     ShowInfo(CL_GREEN"IRC Channel:"CL_RESET"\tirc://irc.rathena.net/#rathena\n");
-    ShowInfo("Open "CL_WHITE"readme.html"CL_RESET" for more information.\n");
+    ShowInfo("Open "CL_WHITE"readme.txt"CL_RESET" for more information.\n");
     if (do_exit)
         exit(EXIT_SUCCESS);
 }