aboutsummaryrefslogtreecommitdiff
path: root/src/operate.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/operate.hh')
-rw-r--r--src/operate.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/operate.hh b/src/operate.hh
index 85cbf9f..6d55416 100644
--- a/src/operate.hh
+++ b/src/operate.hh
@@ -97,12 +97,12 @@ struct TListener {
};
struct TReportedStatement {
- uint32 StatementID;
+ uint32 StatementID;
int TimeStamp;
- uint32 CharacterID;
- int Mode;
- int Channel;
- char Text[256];
+ uint32 CharacterID;
+ int Mode;
+ int Channel;
+ char Text[256];
};
void AnnounceMovingCreature(uint32 CreatureID, Object Con);