diff options
author | aap <aap@papnet.eu> | 2020-05-10 20:51:29 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-10 20:51:29 +0200 |
commit | 9e842f1628c273d20fb8221e8b42198880b127fe (patch) | |
tree | a9e71674dcd33c80f54bb22b1abf482a550cb4a2 /src/vehicles/Boat.h | |
parent | force load weapons as long as we dont stream em yet (diff) | |
download | re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar.gz re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar.bz2 re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar.lz re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar.xz re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar.zst re3-9e842f1628c273d20fb8221e8b42198880b127fe.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Boat.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/vehicles/Boat.h b/src/vehicles/Boat.h index cde5de84..7a0a9be4 100644 --- a/src/vehicles/Boat.h +++ b/src/vehicles/Boat.h @@ -5,8 +5,12 @@ enum eBoatNodes { BOAT_MOVING = 1, + BOAT_WINDSCREEN, BOAT_RUDDER, - BOAT_WINDSCREEN + BOAT_FLAP_LEFT, + BOAT_FLAP_RIGHT, + BOAT_REARFLAP_LEFT, + BOAT_REARFLAP_RIGHT }; class CBoat : public CVehicle |