ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/network.h
(Generate patch)

Comparing deliantra/server/include/network.h (file contents):
Revision 1.34 by root, Wed Nov 16 23:42:00 2016 UTC vs.
Revision 1.35 by root, Sun Jan 29 02:47:05 2017 UTC

58 58
59#define CS_QUERY_YESNO 0x1 /* Yes/no question */ 59#define CS_QUERY_YESNO 0x1 /* Yes/no question */
60#define CS_QUERY_SINGLECHAR 0x2 /* Single character response expected */ 60#define CS_QUERY_SINGLECHAR 0x2 /* Single character response expected */
61#define CS_QUERY_HIDEINPUT 0x4 /* Hide input being entered */ 61#define CS_QUERY_HIDEINPUT 0x4 /* Hide input being entered */
62 62
63/* These are multiplication values that should be used when changing 63/* These are multiplication values that should be used when changing
64 * floats to ints, and vice version. MULTI is integer representatin 64 * floats to ints, and vice version. MULTI is integer representatin
65 * (float to int), MULTF is float, for going from int to float. 65 * (float to int), MULTF is float, for going from int to float.
66 */ 66 */
67#define FLOAT_MULTI 100000 67#define FLOAT_MULTI 100000
68#define FLOAT_MULTF 100000.0 68#define FLOAT_MULTF 100000.0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines