philippj / SteamworksPy

A working Python API system for Valve's Steamworks.
MIT License
212 stars 39 forks source link

Fix argtypes in Workshop_SuspendDownloads #30

Closed tpchanho closed 4 years ago

tpchanho commented 4 years ago

bool -> c_bool It causes 'TypeError: item 1 in argtypes has no from_param method'

Gramps commented 4 years ago

Looks good! Thanks for the fix. Reminds me those Workshop functions need renamed.