• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Map Startup Error

Status
Not open for further replies.
I actually solved it already (kind of funny how asking for help makes me see the issue). There was use of an uninitialized variable withinmain(), though it's strange that it made nothing want to work.

Well, main() calls everything else (it is the start of everything). And using an uninitialized variable stops the thread. So it ended up doing nothing.

But out of curiosity, what happened? Did it even get past the loading screen?
 
Status
Not open for further replies.
Top