tresinformal / drakkar

The tresinformal video game called 'Drakkar'
GNU General Public License v3.0
11 stars 4 forks source link

Excess output after termination of the game #526

Closed EvoLandEco closed 1 year ago

EvoLandEco commented 2 years ago
14:12:20: Starting C:\Users\tianj\Documents\build-game-Desktop_Qt_5_12_2_MinGW_64_bit-Debug\debug\game.exe...
gezelligColor(255, 255, 255)active14:12:25: C:\Users\tianj\Documents\build-game-Desktop_Qt_5_12_2_MinGW_64_bit-Debug\debug\game.exe exited with code 0

gezelligColor(255, 255, 255)active is printed after termination of the game. Looks like it is introduced by some of the recent commits.

EvoLandEco commented 2 years ago

Related to #520 , color, sound type and player state were passed to std::cout in the tests, after the implementation of overloading << operator

richelbilderbeek commented 2 years ago

Will be fixed by #523

TheoPannetier commented 1 year ago

I believe this has been fixed, but do re-open if I'm mistaken!