calref / cboe

Classic Blades of Exile
http://spiderwebforums.ipbhost.com/index.php?/forum/12-blades-of-exile/
Other
167 stars 41 forks source link

fix #368 #374

Closed NQNStudios closed 1 week ago

NQNStudios commented 1 week ago

A simple fix for a simple problem.

init_fileio() only needs to be called again on Windows, so I wrapped the call in #ifdef SFML_SYSTEM_WINDOWS. It probably wouldn't hurt to call it again on Mac or Linux but there's no reason to.