mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-08 14:37:09 -04:00
Update update_objects.c
This commit is contained in:
@@ -3312,7 +3312,11 @@ u8 gen_random_item(s16 rank, s16 isCpu) {
|
||||
}
|
||||
|
||||
u8 gen_random_item_human(UNUSED s16 arg0, s16 rank) {
|
||||
return gen_random_item(rank, HUMAN_TABLE);
|
||||
if (CVarGetInteger("gHarderCPU", 0) == true) {
|
||||
return gen_random_item(rank, HARD_CPU_TABLE);
|
||||
} else {
|
||||
return gen_random_item(rank, HUMAN_TABLE);
|
||||
}
|
||||
}
|
||||
|
||||
u8 cpu_gen_random_item(UNUSED s32 arg0, s16 rank) {
|
||||
|
||||
Reference in New Issue
Block a user