diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-08 22:48:51 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-08 22:48:51 +0100 |
commit | 0ab23e049877ef66963a85e622db4d9c728f6d64 (patch) | |
tree | d91d8450b048fc358f7bc5b2da96520e0472d31b /src/main.c | |
parent | 1631243cd9597b437c77268bd61b285d9a91e8d7 (diff) | |
download | gold-mine-run-0ab23e049877ef66963a85e622db4d9c728f6d64.tar.gz gold-mine-run-0ab23e049877ef66963a85e622db4d9c728f6d64.zip |
This will be the game's website
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ #define GAME_NAME "Gold Mine Run!" #define GAME_VERSION "A0" -#define GAME_URL "https://git.usebox.net/dos-jam-2023/about/" +#define GAME_URL "https://www.usebox.net/jjm/gold-mine-run/" /* disable paging because our int handlers are written in C */ int _crt0_startup_flags = _CRT0_FLAG_LOCK_MEMORY; |