peteb / tankage

Multiplayer 2D tank game; drive around in a mutable world together with friends
10 stars 2 forks source link

Server crashes without -DDEV=true #30

Closed peteb closed 13 years ago

peteb commented 13 years ago

The server crashes when -DDEV hasn't been set. Somewhere after initialized glfw.

kskels commented 13 years ago

Fixed this in tank branch, the problem was uninitialized client and it crashed in the destructor trying to delete trashed pointer.

peteb commented 13 years ago

Great :)