aboutsummaryrefslogtreecommitdiff
path: root/sword2/layers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/layers.cpp')
-rw-r--r--sword2/layers.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sword2/layers.cpp b/sword2/layers.cpp
index d4286a895b..7930a7acb9 100644
--- a/sword2/layers.cpp
+++ b/sword2/layers.cpp
@@ -65,7 +65,7 @@ int32 FN_init_background(int32 *params) //Tony11Sept96
//--------------------------------------
// Write to walkthrough file (zebug0.txt)
- #ifdef _BS2_DEBUG
+ #ifdef _SWORD2_DEBUG
Zdebug(0,"=====================================");
Zdebug(0,"CHANGED TO LOCATION \"%s\"", FetchObjectName(*params));
Zdebug(0,"=====================================");
@@ -80,14 +80,14 @@ int32 FN_init_background(int32 *params) //Tony11Sept96
Clear_fx_queue(); // stops all fx & clears the queue (James22july97)
-#ifdef _BS2_DEBUG
+#ifdef _SWORD2_DEBUG
Zdebug("FN_init_background(%d)", *params);
if (!*params)
{
Con_fatal_error("ERROR: FN_set_background cannot have 0 for background layer id! (%s line=%u)",__FILE__,__LINE__);
}
-#endif // _BS2_DEBUG
+#endif // _SWORD2_DEBUG
//-------------------------------------------------------