Musician.dm Fix

The person who did the port from TG flipped the defines around. Whoops.
This commit is contained in:
Donut
2019-08-31 10:53:47 -04:00
parent 543d01b351
commit 964cc0e2c1
+2 -2
View File
@@ -1,8 +1,8 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
#define MUSICIAN_HEARCHECK_MINDELAY 4
#define INSTRUMENT_MAX_LINE_LENGTH 300
#define INSTRUMENT_MAX_LINE_NUMBER 50
#define INSTRUMENT_MAX_LINE_LENGTH 50
#define INSTRUMENT_MAX_LINE_NUMBER 300
/datum/song
var/name = "Untitled"