author | ecalot
<ecalot> 2004-10-19 17:54:48 UTC |
committer | ecalot
<ecalot> 2004-10-19 17:54:48 UTC |
parent | b85073aa240b727338a58492d50197af9ea7ae50 |
FP/src/include/states.h | +1 | -1 |
diff --git a/FP/src/include/states.h b/FP/src/include/states.h index ab561d7..9a20547 100644 --- a/FP/src/include/states.h +++ b/FP/src/include/states.h @@ -14,7 +14,7 @@ typedef enum {esRelative,esForwardTile}tsMoveType; /* */ typedef struct { tsConditionType type; - char argument; + short argument; } tsCondition; typedef struct {