FreddyMSchubert / 42_cub3d

3D game with a nostalgic vein for Wolfenstein 3d. Can you find your way out of the maze?
3 stars 0 forks source link

rework input parsing #11

Closed Reptudn closed 4 weeks ago

Reptudn commented 1 month ago
FreddyMSchubert commented 1 month ago
if (!get_persistent_data()->input_data)
    gc_exit_error();

    please try to put this check into the actual parsing area itself