2025-08-27 09:49 CEST

spring: develop 0af34f31 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2008-04-30 17:14:48 develop 1b9a6c8b
Changeset * Apply patch by hoijui, closes mantis 0000655.
  - In Command, there were two ';' missing. (SWIG complained about those)
  - In CommandQueue, the enum QueueType was in the private section (before public:), but was used as
    return statement by the public function GetType(). I moved the enum QueueType into the public section.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5809 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/CommandAI/Command.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/CommandQueue.h Diff ] File ]