X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=e93122a8099b33d9daf44d567e7faf2020ff7227;hb=a4e95e0a6d4b53732ea0a585be0b6df55ae41e42;hp=9d44373cf42c54cf0f4d036f98c843fe2b43aed5;hpb=1d189cb5b9d8266d6b1cee2ed6b5b42044cd13aa;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 9d44373c..e93122a8 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -629,12 +629,7 @@ #define RO_GAME_DIR "." #endif -#ifndef RW_GAME_DIR -#define RW_GAME_DIR "." -#endif - #define RO_BASE_PATH RO_GAME_DIR -#define RW_BASE_PATH RW_GAME_DIR // directory names #define GRAPHICS_DIRECTORY "graphics" @@ -1046,7 +1041,6 @@ struct OptionInfo int server_port; char *ro_base_directory; - char *rw_base_directory; char *level_directory; char *graphics_directory; char *sounds_directory;