Runtime error fix

Hopefully this fixes the error:
runtime error: Cannot read null.ambience_playing
proc name: Entered (/area/Entered)
source file: areas.dm,388
This commit is contained in:
Bram961
2015-05-05 00:59:45 +02:00
parent 8e9f37b425
commit 58e90a8fa0
+1 -1
View File
@@ -23,7 +23,7 @@
///////////////
//SOUND STUFF//
///////////////
var/ambience_playing= null
var/ambience_playing = 0
var/played = 0
////////////