File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ SURVIVE_EXPORT bool survive_simple_object_charging(const SurviveSimpleObject *sa
136136/**
137137 * @return The object charge percent from 0 to 100
138138 */
139- SURVIVE_EXPORT uint8_t survive_simple_object_charge_percet (const SurviveSimpleObject * sao );
139+ SURVIVE_EXPORT uint8_t survive_simple_object_charge_percent (const SurviveSimpleObject * sao );
140140
141141/**
142142 * Gets the null terminated name of the object.
Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ SURVIVE_EXPORT bool survive_simple_object_charging(const SurviveSimpleObject *sa
480480 }
481481}
482482
483- SURVIVE_EXPORT uint8_t survive_simple_object_charge_percet (const SurviveSimpleObject * sao ) {
483+ SURVIVE_EXPORT uint8_t survive_simple_object_charge_percent (const SurviveSimpleObject * sao ) {
484484 switch (sao -> type ) {
485485 case SurviveSimpleObject_LIGHTHOUSE : {
486486 return 100 ;
You can’t perform that action at this time.
0 commit comments