mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-01 22:51:02 +00:00
- text update.
This commit is contained in:
parent
91ebe9bcc2
commit
422d9bfebd
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ void operatesector(PLAYER& plr, int s) {
|
||||||
// IVORY KEY
|
// IVORY KEY
|
||||||
|
|
||||||
if (datag >= 2000 && datag <= 2999) {
|
if (datag >= 2000 && datag <= 2999) {
|
||||||
Printf("WHTAG.java: 683 check this place keychecking"); //XXX
|
//Printf("WHTAG.java: 683 check this place keychecking"); //XXX
|
||||||
doorkey = (sector[s].lotag - 2000) / 100;
|
doorkey = (sector[s].lotag - 2000) / 100;
|
||||||
doorantic = (sector[s].lotag - (2000 + (doorkey * 100))) / 10;
|
doorantic = (sector[s].lotag - (2000 + (doorkey * 100))) / 10;
|
||||||
doortype = sector[s].lotag - (2000 + (doorkey * 100) + (doorantic * 10));
|
doortype = sector[s].lotag - (2000 + (doorkey * 100) + (doorantic * 10));
|
||||||
|
|
Loading…
Reference in a new issue