bugNetHack Proxy - Bugs: bug #11484, Constants defined by NhExt 1.0.2...

 
 

bug #11484: Constants defined by NhExt 1.0.2 but not defined by by NetHack Proxy

Submitter:  None
Submitted:  Mon 03 Jan 2005 03:26:05 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  Software Error Status:  None
Assigned to:  None Open/Closed:  Open
Release:  * 0.9.0
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 03 Jan 2005 03:26:05 PM UTC, original submission:  

NhExt 1.0.2 defines the following constants that are not defined by NetHack Proxy 0.9.0:

enum menu_pick {
    PICK_NONE = 0,  /* user picks nothing (display only) */
    PICK_ONE = 1,   /* only pick one */
    PICK_ANY = 2    /* can pick any amount */
};

enum mouse_click {
    CLICK_1 = 1, /* mouse click type 1 */
    CLICK_2 = 2 /* mouse click type 2 */
};

enum option_mod_flag {
    SET_IN_FILE = 0, /* config file option only */
    SET_VIA_PROG = 1, /* may be set via extern program, not seen in game */
    DISP_IN_GAME = 2, /* may be set via extern program, displayed in game */
    SET_IN_GAME = 3 /* may be set via extern program or set in the game */
};

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2005-02-07 j_ali Item GroupNone Software Error

Back to the top

Powered by Savane 3.13-aa77.
Corresponding source code