mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-02 00:53:16 +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
|
||||
|
||||
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;
|
||||
doorantic = (sector[s].lotag - (2000 + (doorkey * 100))) / 10;
|
||||
doortype = sector[s].lotag - (2000 + (doorkey * 100) + (doorantic * 10));
|
||||
|
|
Loading…
Reference in a new issue