ID:144610
 
Code:
Turfs\Turfs.dm:91:'turfs.dmi':warning: file found only in .rsc
Turfs\Turfs.dm:116:'turfs.dmi':warning: file found only in .rsc
Turfs\Turfs.dm:119:'turfs.dmi':warning: file found only in .rsc
Turfs\Turfs.dm:130:'turfs.dmi':warning: file found only in .rsc
Turfs\Turfs.dm:134:'turfs.dmi':warning: file found only in .rsc


Problem description:
These warnings always come up when I open dm (and compile). It thinks I have debug on, I don't. So I can stop them from appearing by going build preferences and ok, without changing a setting...

But just for kicks... How do I fix theses warnings? O.o
What it means is that there is no turfs.dmi in your game's folder, it only exists in the .RSC file. So if you were to delete your .RSC file and then recompile it, anything using the turf.dmi file won't work.
In response to DeathAwaitsU
:O Where'd it go?! It's gone!
( Thanks. :) )
In response to CuriousNeptune
CuriousNeptune wrote:
:O Where'd it go?! It's gone!

You could've accidently deleted it. To get it back, do this:

mob/verb/get_turfs_dmi()
src<<ftp('turfs.dmi')


that should get your file back
In response to Hell Ramen
Wow :|
Clever.

But no worries. I just copied and pasted a backup set. Always keep backups. Always :|