Delete preferences_savefile.dm.rej

This commit is contained in:
LetterJay
2017-06-19 20:54:04 -05:00
committed by GitHub
parent 572ac840a4
commit cd06b77e01

View File

@@ -1,12 +0,0 @@
diff a/code/modules/client/preferences_savefile.dm b/code/modules/client/preferences_savefile.dm (rejected hunks)
@@ -219,8 +219,8 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
S["clientfps"] << clientfps
S["parallax"] << parallax
S["menuoptions"] << menuoptions
- S["enable_tips"] >> enable_tips
- S["tip_delay"] >> tip_delay
+ S["enable_tips"] << enable_tips
+ S["tip_delay"] << tip_delay
return 1