ref: 7caca1df65b938b1f170042d007f64aab2191b01
parent: 9ab44a4fec763add09ca77df0e57da99928c4054
parent: 81f2c5b27ac646a1635529d47cd8ec1d3503c908
author: James Haley <haleyjd@hotmail.com>
date: Thu Aug 25 20:23:07 EDT 2016
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
--- a/src/doom/p_spec.c
+++ b/src/doom/p_spec.c
@@ -356,7 +356,7 @@
}
else if (h == MAX_ADJOINING_SECTORS + 2)
{
- // Fatal overflow: game crashes at 22 textures
+ // Fatal overflow: game crashes at 22 sectors
I_Error("Sector with more than 22 adjoining sectors. "
"Vanilla will crash here");
}
--- a/src/strife/p_spec.c
+++ b/src/strife/p_spec.c
@@ -436,7 +436,7 @@
}
else if (h == MAX_ADJOINING_SECTORS + 2)
{
- // Fatal overflow: game crashes at 22 textures
+ // Fatal overflow: game crashes at 22 sectors
I_Error("Sector with more than 22 adjoining sectors. "
"Vanilla will crash here");
}