X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=a02459d8a01f7eb472ad75adb0af8defe8c450e0;hb=b8f3395f07c7a7c044384893c751f9b486d8f0d9;hp=e93122a8099b33d9daf44d567e7faf2020ff7227;hpb=a4e95e0a6d4b53732ea0a585be0b6df55ae41e42;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index e93122a8..a02459d8 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -624,13 +624,11 @@ // default value for off-screen positions #define POS_OFFSCREEN (-1000000) -// definitions for game sub-directories -#ifndef RO_GAME_DIR -#define RO_GAME_DIR "." +// definitions for game base path and sub-directories +#ifndef BASE_PATH +#define BASE_PATH "." #endif -#define RO_BASE_PATH RO_GAME_DIR - // directory names #define GRAPHICS_DIRECTORY "graphics" #define SOUNDS_DIRECTORY "sounds" @@ -1040,7 +1038,7 @@ struct OptionInfo char *server_host; int server_port; - char *ro_base_directory; + char *base_directory; char *level_directory; char *graphics_directory; char *sounds_directory;