mirror of
https://github.com/cellos51/balatro-gba.git
synced 2026-09-10 09:56:11 -05:00
fixed typo
This commit is contained in:
@@ -188,9 +188,9 @@ int get_game_speed(void)
|
||||
}
|
||||
|
||||
// for the future when a menu actually lets this variable be changed.
|
||||
void set_game_speed(int game_speed)
|
||||
void set_game_speed(int game_speed_)
|
||||
{
|
||||
game_speed = game_speed;
|
||||
game_speed = game_speed_;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user