Skip to content

Commit 3a636bd

Browse files
committed
Fixes disassembly view of sleep, remove accidental using
1 parent de96c6a commit 3a636bd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

DMCompiler/DM/Builders/DMProcBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using DMCompiler.Compiler.DM;
44
using DMCompiler.Compiler.DM.AST;
55
using DMCompiler.DM.Expressions;
6-
using System.Runtime.InteropServices.Marshalling;
76

87
namespace DMCompiler.DM.Builders;
98

OpenDreamRuntime/Procs/ProcDecoder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ public ITuple DecodeInstruction() {
152152
case DreamProcOpcode.CreateStrictAssociativeList:
153153
case DreamProcOpcode.PickWeighted:
154154
case DreamProcOpcode.PickUnweighted:
155-
case DreamProcOpcode.Sleep:
156155
case DreamProcOpcode.Spawn:
157156
case DreamProcOpcode.BooleanOr:
158157
case DreamProcOpcode.BooleanAnd:

0 commit comments

Comments
 (0)