Skip to content

Commit aae76b2

Browse files
authored
marks flick() as unimplemented in dmstandard (#2092)
1 parent 39e6af5 commit aae76b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DMCompiler/DMStandard/_Standard.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ proc/findtextEx(Haystack, Needle, Start = 1, End = 0) as num
2323
proc/findlasttext(Haystack, Needle, Start = 0, End = 1) as num
2424
proc/findlasttextEx(Haystack, Needle, Start = 0, End = 1) as num
2525
proc/flick(Icon, Object)
26+
set opendream_unimplemented = 1
2627
proc/flist(Path) as /list
2728
proc/floor(A) as num
2829
proc/fract(n) as num

0 commit comments

Comments
 (0)