mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 03:12:18 -05:00
few things in comment needed fix
This commit is contained in:
parent
bc6def77a4
commit
d36b641bfb
@ -391,9 +391,9 @@ namespace SohImGui {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void EnhancementCombobox(const char* cvarname, const char* ComboArray[], s16 FirstTimeValue = -1){
|
void EnhancementCombobox(const char* cvarname, const char* ComboArray[], s16 FirstTimeValue = -1){
|
||||||
//The -1 do not force the make to add a default value
|
//The -1 do not force the maker to add a default first value
|
||||||
if (FirstTimeValue < 0){
|
if (FirstTimeValue < 0){
|
||||||
//If there is no default value it will pass this condition
|
//If there is no default value it will pass this condition and so to prevent crash we set 0
|
||||||
FirstTimeValue = 0;
|
FirstTimeValue = 0;
|
||||||
}
|
}
|
||||||
//And now we set the default value to the CVar fallback
|
//And now we set the default value to the CVar fallback
|
||||||
|
Loading…
Reference in New Issue
Block a user