mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-13 00:24:17 +00:00
Merge branch 'console-improvements' of http://git.magicalgirl.moe/STJr/SRB2 into console-improvements
# Conflicts: # src/sdl/i_system.c
This commit is contained in:
commit
bb92986aee
1 changed files with 1 additions and 1 deletions
|
@ -3605,7 +3605,7 @@ INT32 I_ClipboardCopy(const char *data, size_t size)
|
|||
return -1;
|
||||
}
|
||||
|
||||
char *I_ClipboardPaste(void)
|
||||
const char *I_ClipboardPaste(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue