Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3978903

Browse files
committed
Fix bug introduced by Jack (duplicate def of qread)
1 parent 743db36 commit 3978903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/cstubs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ void getmcolor short s short r short r short r
11681168
void mapw long s short s short s float r float r float r float r float r float r
11691169
void mapw2 long s short s short s float r float r
11701170
###void defrasterfont short s short s short s Fontchar s[arg3] short s short s[4*arg5]
1171-
long qread short r
1171+
###long qread short r
11721172
void getcursor short r short r short r long r
11731173
#
11741174
# For these we receive arrays of stuff

0 commit comments

Comments
 (0)