Project

General

Profile

Revision 342

identified error

View differences:

proj_structures.h
84 84
    int16_t    remote_health;
85 85
    /// @brief Remote player current health
86 86
    int16_t    remote_current_health;
87

  
87
    /*
88 88
    // bullets
89 89
    /// @brief Number of bullets
90 90
    uint8_t    no_bullets;
......
98 98
    int16_t   *bullets_vy;
99 99
    /// @brief Who shot each bullet
100 100
    bool      *bullets_shooter; // false for host, true for remote
101
    */
101 102
} host_info_t;
102 103
/**
103 104
 * @brief Construct host information.

Also available in: Unified diff